if -> ifdef

This commit is contained in:
okan 2013-05-14 13:39:53 +00:00
parent c637a54048
commit be72620432

View File

@ -181,7 +181,7 @@ x_wmerrorhandler(Display *dpy, XErrorEvent *e)
static int
x_errorhandler(Display *dpy, XErrorEvent *e)
{
#if DEBUG
#ifdef DEBUG
char msg[80], number[80], req[80];
XGetErrorText(X_Dpy, e->error_code, msg, sizeof(msg));