[vlc-devel] commit: Fix config parameter descriptive comment (fixes: #3032) ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Aug 6 19:32:01 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug  6 20:31:14 2009 +0300| [299c2cb8fe122c4c3f984622a5ce93519233297a] | committer: Rémi Denis-Courmont 

Fix config parameter descriptive comment (fixes: #3032)

(cherry picked from commit 269a815df9a029230b25048018a6c88f52054b6d)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=299c2cb8fe122c4c3f984622a5ce93519233297a
---

 src/config/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config/file.c b/src/config/file.c
index b3852bd..01c0332 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;




More information about the vlc-devel mailing list