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
1bfa2aad
Commit
1bfa2aad
authored
Jan 24, 2008
by
Rémi Denis-Courmont
Browse files
Fix warning when there are no config items
parent
cc008d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_modules_macros.h
View file @
1bfa2aad
...
...
@@ -119,6 +119,7 @@ E_(vlc_entry) ( module_t *p_module );
#define vlc_module_end( ) \
} \
(void)p_config; \
return VLC_SUCCESS; \
\
error: \
...
...
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