git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d02001e
)
Fix config parameter descriptive comment (fixes: #3032)
author
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 6 Aug 2009 17:31:14 +0000
(20:31 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 6 Aug 2009 17:31:14 +0000
(20:31 +0300)
src/config/file.c
patch
|
blob
|
history
diff --git
a/src/config/file.c
b/src/config/file.c
index
9417e55
..
b3153ea
100644
(file)
--- 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;