Fix typo in commit b8b7cdf6df.

This commit is contained in:
Maarten Maathuis 2008-02-14 18:52:47 +01:00
parent b8b7cdf6df
commit c38feeb149

View File

@ -111,7 +111,6 @@ static unsigned char XF86MiscReqCode = 0;
# define DEBUG_P(x) ErrorF(x"\n"); # define DEBUG_P(x) ErrorF(x"\n");
#else #else
# define DEBUG_P(x) do {} while (0) # define DEBUG_P(x) do {} while (0)
}
#endif #endif
#define MISCERR(x) (miscErrorBase + x) #define MISCERR(x) (miscErrorBase + x)