Commit 8dcd943c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent 92290c9d
...@@ -1346,7 +1346,6 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name ) ...@@ -1346,7 +1346,6 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
# define OPTION_VALUE_SEP " " # define OPTION_VALUE_SEP " "
#endif #endif
vlc_list_t *p_list; vlc_list_t *p_list;
module_t *p_parser;
char psz_spaces_text[PADDING_SPACES+LINE_START+1]; char psz_spaces_text[PADDING_SPACES+LINE_START+1];
char psz_spaces_longtext[LINE_START+3]; char psz_spaces_longtext[LINE_START+3];
char psz_format[sizeof(FORMAT_STRING)]; char psz_format[sizeof(FORMAT_STRING)];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment