aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 69d36bb..92f0fc1 100644
--- a/src/util.h
+++ b/src/util.h
@@ -23,10 +23,10 @@ static const int forced_length = 20;
#ifndef stfu
-#ifdef _debug
+#ifdef __debug
#define debug(s) debug_m(s,__FILE__,__LINE__);
#else
-#define debug(s)
+#define debug(s){};
#endif
#define err(s,f,...) err_m(s,f,__FILE__,__LINE__,##__VA_ARGS__);