summaryrefslogtreecommitdiff
path: root/dftables.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-13 09:19:42 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-13 09:19:42 +0000
commit8238ec818de88fbf5e862981d6eeaeeeaf56de55 (patch)
tree96675b06db3368a4f1aa861257bdc5c8487ce51b /dftables.c
parent1b07da9c39c57afb2e3e69c537c056069f10675b (diff)
downloadpcre-8238ec818de88fbf5e862981d6eeaeeeaf56de55.tar.gz
Fix typo when changing <> to "".
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@241 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'dftables.c')
-rw-r--r--dftables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dftables.c b/dftables.c
index 4ab3d90..67bca53 100644
--- a/dftables.c
+++ b/dftables.c
@@ -110,7 +110,7 @@ fprintf(f,
"outside this compilation unit might reference this\" and so it will always\n"
"be supplied to the linker. */\n\n"
"#ifdef HAVE_CONFIG_H\n"
- "#include "config.h"\n"
+ "#include \"config.h\"\n"
"#endif\n\n"
"#include \"pcre_internal.h\"\n\n");
fprintf(f,