From 0366493345d69cdfd71ee53e2d6a5c73499a9468 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 14 May 2013 13:39:53 +0000 Subject: if -> ifdef --- calmwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calmwm.c b/calmwm.c index 3ffe2b4..a9afd91 100644 --- a/calmwm.c +++ b/calmwm.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.c,v 1.74 2013/04/12 14:49:16 okan Exp $ + * $OpenBSD: calmwm.c,v 1.75 2013/05/14 13:39:53 okan Exp $ */ #include @@ -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)); -- cgit v1.2.3-2-gb3c3