From 269a815df9a029230b25048018a6c88f52054b6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 6 Aug 2009 20:31:14 +0300 Subject: [PATCH] Fix config parameter descriptive comment (fixes: #3032) --- src/config/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5