diff mcabber/src/commands.c @ 1423:757ebe4df0b9

Replace DEBUG_ENABLE with ENABLE_DEBUG
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:15:30 +0100
parents 3cd104b41f26
children bb1cc8902d0e
line wrap: on
line diff
--- a/mcabber/src/commands.c	Sun Feb 17 19:28:06 2008 +0100
+++ b/mcabber/src/commands.c	Sun Feb 17 21:15:30 2008 +0100
@@ -1481,7 +1481,7 @@
     buffer_date(arg);
   } else if (*subcmd == '%') {
     buffer_percent(subcmd+1, arg);
-#ifdef DEBUG_ENABLE
+#ifdef ENABLE_DEBUG
   } else if (!strcasecmp(subcmd, "list")) {
     scr_BufferList();
 #endif