diff options
author | Brian Cameron <brian.cameron@sun.com> | 2003-05-22 10:03:31 +0000 |
---|---|---|
committer | Brian Cameron <brian.cameron@sun.com> | 2003-05-22 10:03:31 +0000 |
commit | debf9fea7a64b62e204e6f51c27bff42278f573c (patch) | |
tree | 1cfb9648e93a1673a3c2d655ec228081b3da9707 | |
parent | 4c3c8f6f108d324168058af3100d013497184956 (diff) | |
download | gst-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.
-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) |