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
495fa88f
Commit
495fa88f
authored
May 20, 2006
by
Jean-Paul Saman
Browse files
Return in a non-void function
parent
49af7dbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/playlist/pls.c
View file @
495fa88f
...
...
@@ -284,6 +284,7 @@ static int Demux( demux_t *p_demux )
vlc_object_release( p_playlist );
return VLC_SUCCESS;
#endif
return
0
;
}
static
int
Control
(
demux_t
*
p_demux
,
int
i_query
,
va_list
args
)
...
...
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