Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
96df9865
Commit
96df9865
authored
Jul 19, 2005
by
Cyril Deguet
Browse files
- libvlc.c: fixed broken build on cygwin...
parent
ab6a48f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc.c
View file @
96df9865
...
...
@@ -252,9 +252,7 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
module_t
*
p_help_module
;
playlist_t
*
p_playlist
;
vlc_value_t
val
;
#ifndef WIN32
char
*
psz_language
;
#endif
if
(
!
p_vlc
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment