From: RĂ©mi Denis-Courmont Date: Thu, 6 Aug 2009 17:31:14 +0000 (+0300) Subject: Fix config parameter descriptive comment (fixes: #3032) X-Git-Tag: 1.1.0-ff~4529 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=269a815df9a029230b25048018a6c88f52054b6d;p=vlc Fix config parameter descriptive comment (fixes: #3032) --- diff --git a/src/config/file.c b/src/config/file.c index 9417e552bf..b3153ea7e1 100644 --- a/src/config/file.c +++ b/src/config/file.c @@ -354,7 +354,7 @@ int config_CreateDir( vlc_object_t *p_this, const char *psz_dirname ) } 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, ...) { va_list ap;