diff mcabber/src/hbuf.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 366ef500c522
children bb1cc8902d0e
line wrap: on
line diff
--- a/mcabber/src/hbuf.c	Sun Feb 17 19:28:06 2008 +0100
+++ b/mcabber/src/hbuf.c	Sun Feb 17 21:15:30 2008 +0100
@@ -412,7 +412,7 @@
   return g_list_nth(hbuf, pc*hlen/100);
 }
 
-#ifdef DEBUG_ENABLE
+#ifdef ENABLE_DEBUG
 //  hbuf_get_blocks_number()
 // Returns the number of allocated hbuf_block's.
 guint hbuf_get_blocks_number(GList *hbuf)