This ISO_VARARGS macro is more consistant with the others.
authorBrian Cameron <brian.cameron@sun.com>
Thu, 22 May 2003 10:03:31 +0000 (10:03 +0000)
committerBrian Cameron <brian.cameron@sun.com>
Thu, 22 May 2003 10:03:31 +0000 (10:03 +0000)
Original commit message from CVS:
This ISO_VARARGS macro is more consistant with the others.

gst-libs/gst/riff/riffutil.c

index f754f75..44356f2 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifdef G_HAVE_ISO_VARARGS
 
-#define debug(format,...)
+#define debug(...)
 
 #elif defined(G_HAVE_GNUC_VARARGS)