aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-06-02 02:35:12 +0000
committerHolger Freyther <zecke@selfish.org>2009-06-02 02:35:12 +0000
commit3770b763bc5087a5f2ac63ee19fe2348fb72ee81 (patch)
tree16a7c182cbc458f691c1c77e1a3505a0ec8c5f44 /src
parent7b26bcb1b5f7fc8bf34744531a95c1ca0ce5dd3f (diff)
debug: Fix the definition on DMM (Andreas Eversberg)
Now MM can be specified on the command line with the debug option.
Diffstat (limited to 'src')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index a163f5165..9bca07a83 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -45,7 +45,7 @@ struct debug_info {
static const struct debug_info debug_info[] = {
DEBUG_CATEGORY(DRLL, "DRLL", "\033[1;31m", "")
DEBUG_CATEGORY(DCC, "DCC", "\033[1;32m", "")
- DEBUG_CATEGORY(DNM, "DMM", "\033[1;33m", "")
+ DEBUG_CATEGORY(DMM, "DMM", "\033[1;33m", "")
DEBUG_CATEGORY(DRR, "DRR", "\033[1;34m", "")
DEBUG_CATEGORY(DRSL, "DRSL", "\033[1;35m", "")
DEBUG_CATEGORY(DNM, "DNM", "\033[1;36m", "")