aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--calmwm.c4
1 files 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 <sys/param.h>
@@ -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));