--- skyutils/src/skyutils.h.orig 2002-03-25 23:23:46.000000000 +0100 +++ skyutils/src/skyutils.h 2002-04-20 17:09:37.000000000 +0200 @@ -196,7 +196,7 @@ void SU_PrintDebug(int Level,char *Txt, ...); #ifndef DEBUG #ifdef __unix__ -#define SU_PrintDebug(x,...) /* */ +#define SU_PrintDebug(x) /* */ #include #define SU_SYSLOG_FN(x,y) syslog(x,y) #else /* !__unix__ */