changeset 1824:2e4581d6ba94 libavcodec

c99
author michael
date Sun, 22 Feb 2004 21:22:47 +0000
parents a660ef952580
children 231a6c19e28f
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Sun Feb 22 00:31:19 2004 +0000
+++ b/common.h	Sun Feb 22 21:22:47 2004 +0000
@@ -976,7 +976,7 @@
 #define tprintf printf
 
 #else //TRACE
-#define tprintf(_arg...) {}
+#define tprintf(...) {}
 #endif
 
 /* define it to include statistics code (useful only for optimizing