summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r--src/ratpoison.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h
index 8004d36..c307619 100644
--- a/src/ratpoison.h
+++ b/src/ratpoison.h
@@ -59,7 +59,7 @@ do { \
fflush (stdout); \
} while (0)
#else
-#define PRINT_DEBUG(fmt)
+#define PRINT_DEBUG(fmt) do {} while (0)
#endif /* DEBUG */
extern XGCValues gv;