[MPlayer-cvslog] r31473 - trunk/codec-cfg.c
reimar
subversion at mplayerhq.hu
Sat Jun 19 20:35:06 CEST 2010
Author: reimar
Date: Sat Jun 19 20:35:06 2010
New Revision: 31473
Log:
Remove incorrect additional printf arguments.
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c Sat Jun 19 20:31:35 2010 (r31472)
+++ trunk/codec-cfg.c Sat Jun 19 20:35:06 2010 (r31473)
@@ -1055,8 +1055,8 @@ int main(int argc, char* argv[])
nr[1] = nr_acodecs;
printf("/* GENERATED FROM %s, DO NOT EDIT! */\n\n",argv[1]);
- printf("#include <stddef.h>\n",argv[1]);
- printf("#include \"codec-cfg.h\"\n\n",argv[1]);
+ printf("#include <stddef.h>\n");
+ printf("#include \"codec-cfg.h\"\n\n");
printf("#define CODEC_CFG_MIN %i\n\n", codecs_conf_release);
for (i=0; i<2; i++) {
More information about the MPlayer-cvslog
mailing list