From: Ryan McBride Date: Fri, 6 Nov 2009 04:51:21 +0000 (+0000) Subject: Fix typo in debug, make scrotwm build again. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=9f73a1279542c96aff7cbc6390a449cdcc66df06;p=spectrwm.git Fix typo in debug, make scrotwm build again. --- diff --git a/scrotwm.c b/scrotwm.c index fce8028..1ddb08f 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -4076,7 +4076,7 @@ focusme: * if we have more enternotifies let them handle it in due time */ if (XCheckTypedEvent(display, EnterNotify, &cne) == True) { - DNPRINT(SWM_D_EVENT, + DNPRINTF(SWM_D_EVENT, "ignoring enternotify: got more enternotify\n"); XPutBackEvent(display, &cne); return;