From debf9fea7a64b62e204e6f51c27bff42278f573c Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 22 May 2003 10:03:31 +0000 Subject: [PATCH] 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. --- gst-libs/gst/riff/riffutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/riff/riffutil.c b/gst-libs/gst/riff/riffutil.c index f754f75..44356f2 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) -- 2.7.4