summaryrefslogtreecommitdiff
path: root/beos
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 /beos
parent0d811963c1498aa625b5438bf66dbb677a0d4494 (diff)
downloadnetsurf-20d29c0537385ed4456e242a792784fc33344f3a.tar.gz
netsurf-20d29c0537385ed4456e242a792784fc33344f3a.tar.bz2
fixup logging macros that incorrectly override the LOG() macro name
Diffstat (limited to 'beos')
-rw-r--r--beos/schedule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/schedule.cpp b/beos/schedule.cpp
index 6bf6c974b..a9da53501 100644
--- a/beos/schedule.cpp
+++ b/beos/schedule.cpp
@@ -31,7 +31,7 @@ extern "C" {
#ifdef DEBUG_BEOS_SCHEDULE
#include "utils/log.h"
#else
-#define LOG(X)
+#define LOG(x...)
#endif
}