summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/riff/riffutil.c
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2003-05-22 10:03:31 +0000
committerBrian Cameron <brian.cameron@sun.com>2003-05-22 10:03:31 +0000
commitdebf9fea7a64b62e204e6f51c27bff42278f573c (patch)
tree1cfb9648e93a1673a3c2d655ec228081b3da9707 /gst-libs/gst/riff/riffutil.c
parent4c3c8f6f108d324168058af3100d013497184956 (diff)
downloadgst-plugins-bad-debf9fea7a64b62e204e6f51c27bff42278f573c.tar.gz
gst-plugins-bad-debf9fea7a64b62e204e6f51c27bff42278f573c.tar.bz2
gst-plugins-bad-debf9fea7a64b62e204e6f51c27bff42278f573c.zip
This ISO_VARARGS macro is more consistant with the others.
Original commit message from CVS: This ISO_VARARGS macro is more consistant with the others.
Diffstat (limited to 'gst-libs/gst/riff/riffutil.c')
-rw-r--r--gst-libs/gst/riff/riffutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/riff/riffutil.c b/gst-libs/gst/riff/riffutil.c
index f754f755..44356f20 100644
--- a/gst-libs/gst/riff/riffutil.c
+++ b/gst-libs/gst/riff/riffutil.c
@@ -24,7 +24,7 @@
#ifdef G_HAVE_ISO_VARARGS
-#define debug(format,...)
+#define debug(...)
#elif defined(G_HAVE_GNUC_VARARGS)