Revision: 1111
http://vcs.pcre.org/viewvc?view=rev&revision=1111
Author: chpe
Date: 2012-10-16 16:57:05 +0100 (Tue, 16 Oct 2012)
Log Message:
-----------
pcre32: Remove unnecessary space
Modified Paths:
--------------
code/trunk/pcre_internal.h
Modified: code/trunk/pcre_internal.h
===================================================================
--- code/trunk/pcre_internal.h 2012-10-16 15:57:02 UTC (rev 1110)
+++ code/trunk/pcre_internal.h 2012-10-16 15:57:05 UTC (rev 1111)
@@ -53,7 +53,7 @@
#endif
/* PCRE is compiled as an 8 bit library if it is not requested otherwise. */
-#if !defined COMPILE_PCRE16 && ! defined COMPILE_PCRE32
+#if !defined COMPILE_PCRE16 && !defined COMPILE_PCRE32
#define COMPILE_PCRE8
#endif