diff options
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/riff/riffutil.c | 2 |
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) |