Get rid of unnecessary GNU extended variadic macro.

This commit is contained in:
Matthias Hopf 2007-10-23 15:39:23 +02:00
parent d808d653d1
commit 75f05086d0

View File

@ -517,7 +517,7 @@ __attribute((noreturn))
#ifdef DEBUG
#define DebugF ErrorF
#else
#define DebugF(x, ...) /* */
#define DebugF(...) /* */
#endif
extern void VErrorF(const char *f, va_list args);