Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/c/debug.h
diff options
context:
space:
mode:
authorMartin Langhoff <martin@laptop.org>2010-11-04 14:47:30 (GMT)
committer Martin Langhoff <martin@laptop.org>2010-11-04 14:47:30 (GMT)
commiteb7ad9bc13003f260024aa407e59df4e1e72f37e (patch)
tree12ac01eaf77cd448694bd374e3f4fc2883a881c5 /woip/c/debug.h
parent6af768c3b75e0c790fbd6ce09f9f83105948323b (diff)
parenteb2a9e2fe31195f079cbe22c1b4d03cc61c7c5b5 (diff)
Merge commit 'origin/0.84'
Diffstat (limited to 'woip/c/debug.h')
-rw-r--r--woip/c/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/woip/c/debug.h b/woip/c/debug.h
index efc871a..78d1740 100644
--- a/woip/c/debug.h
+++ b/woip/c/debug.h
@@ -23,7 +23,7 @@
#error I want GNU C plz
#endif
-#ifdef DEBUG
+#if 0
static bool debug = true;
#else
static bool debug = false;