From c38feeb1492d9a47379b2e4d77dbadd8c421d17f Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Thu, 14 Feb 2008 18:52:47 +0100 Subject: [PATCH] Fix typo in commit b8b7cdf6df3d338c50db670ce4cfd245f9fa8844. --- hw/xfree86/dixmods/extmod/xf86misc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/dixmods/extmod/xf86misc.c b/hw/xfree86/dixmods/extmod/xf86misc.c index 3164d7501..d2ee59580 100644 --- a/hw/xfree86/dixmods/extmod/xf86misc.c +++ b/hw/xfree86/dixmods/extmod/xf86misc.c @@ -111,7 +111,6 @@ static unsigned char XF86MiscReqCode = 0; # define DEBUG_P(x) ErrorF(x"\n"); #else # define DEBUG_P(x) do {} while (0) -} #endif #define MISCERR(x) (miscErrorBase + x)