changeset 31407:4a2394931e6e

Remove incorrect additional printf arguments.
author reimar
date Sat, 19 Jun 2010 18:35:06 +0000
parents 0fd1b3f1fe69
children a8ff91f401e2
files codec-cfg.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Sat Jun 19 18:31:35 2010 +0000
+++ b/codec-cfg.c	Sat Jun 19 18:35:06 2010 +0000
@@ -1055,8 +1055,8 @@
         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++) {