[vlc-commits] config: add format attribute
Rémi Denis-Courmont
git at videolan.org
Fri May 4 19:49:00 CEST 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri May 4 19:35:49 2018 +0300| [0083a574eac451add6c4c9c08475b32761346e7b] | committer: Rémi Denis-Courmont
config: add format attribute
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0083a574eac451add6c4c9c08475b32761346e7b
---
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 9aec53e9f1..87c189f9f7 100644
--- a/src/config/file.c
+++ b/src/config/file.c
@@ -305,7 +305,7 @@ int config_CreateDir( vlc_object_t *p_this, const char *psz_dirname )
return -1;
}
-static int
+VLC_FORMAT(6, 7) static int
config_Write (FILE *file, const char *desc, const char *type,
bool comment, const char *name, const char *fmt, ...)
{
More information about the vlc-commits
mailing list