Commit 299c2cb8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix config parameter descriptive comment (fixes: #3032)

(cherry picked from commit 269a815d)
parent de064ddc
...@@ -354,7 +354,7 @@ int config_CreateDir( vlc_object_t *p_this, const char *psz_dirname ) ...@@ -354,7 +354,7 @@ int config_CreateDir( vlc_object_t *p_this, const char *psz_dirname )
} }
static int static int
config_Write (FILE *file, const char *type, const char *desc, config_Write (FILE *file, const char *desc, const char *type,
bool comment, const char *name, const char *fmt, ...) bool comment, const char *name, const char *fmt, ...)
{ {
va_list ap; va_list ap;
......
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