forked from e16/e16
1
0
Fork 0

Disable pager debug.

SVN revision: 32909
This commit is contained in:
Kim Woelders 2007-11-28 19:23:06 +00:00
parent 7964707723
commit 41a5a09237
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#include "tooltips.h"
#include "xwin.h"
#define DEBUG_PAGER 1
#define DEBUG_PAGER 0
#if DEBUG_PAGER
#define Dprintf(fmt...) if(EDebug(EDBUG_TYPE_PAGER))Eprintf(fmt)
#else