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
7a4db902
Commit
7a4db902
authored
May 20, 2006
by
Jean-Paul Saman
Browse files
Return in a non-void function
parent
947384fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/playlist/dvb.c
View file @
7a4db902
...
...
@@ -168,6 +168,7 @@ static int Demux( demux_t *p_demux )
vlc_object_release( p_playlist );
return VLC_SUCCESS;
#endif
return
0
;
}
static
struct
...
...
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