summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-05-28 17:33:18 +0100
committerVincent Sanders <vince@kyllikki.org>2015-05-28 17:33:18 +0100
commit20d29c0537385ed4456e242a792784fc33344f3a (patch)
treed19dbecbb9eb24a18a4b1077db3579752dcc6630 /atari
parent0d811963c1498aa625b5438bf66dbb677a0d4494 (diff)
downloadnetsurf-20d29c0537385ed4456e242a792784fc33344f3a.tar.gz
netsurf-20d29c0537385ed4456e242a792784fc33344f3a.tar.bz2
fixup logging macros that incorrectly override the LOG() macro name
Diffstat (limited to 'atari')
-rw-r--r--atari/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/schedule.c b/atari/schedule.c
index bb47cc623..5c652d541 100644
--- a/atari/schedule.c
+++ b/atari/schedule.c
@@ -29,7 +29,7 @@
#ifdef DEBUG_SCHEDULER
#include "utils/log.h"
#else
-#define LOG(X)
+#define LOG(x...)
#endif
#define MS_NOW() ((clock() * 1000) / CLOCKS_PER_SEC)