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 f754f755b2d71c9366ca80e0a0234faf31cd3484..44356f20387bd9a0eb0265d7a1b6befe12b571b6 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifdef G_HAVE_ISO_VARARGS
 
-#define debug(format,...)
+#define debug(...)
 
 #elif defined(G_HAVE_GNUC_VARARGS)