summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-04 19:49:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-04 19:49:28 +0000
commit72386239f604ecf4a184552ba5477827858b7849 (patch)
treed82f2c9b4ef060ba2eb5acba86e3c322c8660c7f /protos.h
parent27470224f2da816ab10131d8636f78a3230b863b (diff)
Various fixes; documentation.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index a4cd7350..41fbf1fb 100644
--- a/protos.h
+++ b/protos.h
@@ -18,7 +18,7 @@
#ifdef DEBUG
-#define dprint(N,X) if(debuglevel>=N) fprintf X
+#define dprint(N,X) do { if(debuglevel>=N) fprintf X; } while (0)
#else
#define dprint(N,X)
#endif