summaryrefslogtreecommitdiff
path: root/pcre_maketables.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-01 09:10:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-01 09:10:40 +0000
commit01eeb658525bc9a5b840253f8b415af6abe282e0 (patch)
treeb69d63abc2337c71dffc18988d2969cecbe24271 /pcre_maketables.c
parente188596ef3e912f62e3ae85c8da905a54fc41d8b (diff)
downloadpcre-01eeb658525bc9a5b840253f8b415af6abe282e0.tar.gz
Correct errors in previous patch; tidy for test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@200 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_maketables.c')
-rw-r--r--pcre_maketables.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcre_maketables.c b/pcre_maketables.c
index b8a6682..1e6381a 100644
--- a/pcre_maketables.c
+++ b/pcre_maketables.c
@@ -45,10 +45,10 @@ compilation of dftables.c, in which case the macro DFTABLES is defined. */
#ifndef DFTABLES
- #ifdef HAVE_CONFIG_H
- #include <config.h>
- #endif
- #include "pcre_internal.h"
+# ifdef HAVE_CONFIG_H
+# include <config.h>
+# endif
+# include "pcre_internal.h"
#endif