diff options
Diffstat (limited to 'src/io/output.h')
| -rw-r--r-- | src/io/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/output.h b/src/io/output.h index 3560ab5..bf85e60 100644 --- a/src/io/output.h +++ b/src/io/output.h @@ -103,7 +103,7 @@ void output_init(const config_t *cfg); void output_quit(void); #ifdef DEBUG -#define debug(...) fprintf(out, ##__VA_ARGS__) +#define debug(...) fprintf(out, __VA_ARGS__) #else #define debug(...) #endif |
