summaryrefslogtreecommitdiff
path: root/pcre_jit_compile.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-09-23 11:03:03 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-09-23 11:03:03 +0000
commit152e7dd5d073b0fdf1b1507cb4ec7444574f6625 (patch)
tree9e4e576acefe0397b6e3057fa9a561fd1c172a4c /pcre_jit_compile.c
parentf55f04ace02c98b0c3441c99ae9d93ed1712efa5 (diff)
downloadpcre-152e7dd5d073b0fdf1b1507cb4ec7444574f6625.tar.gz
File tidies for 8.20-RC2 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@708 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_jit_compile.c')
-rw-r--r--pcre_jit_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_jit_compile.c b/pcre_jit_compile.c
index 778b522..ddbeaf1 100644
--- a/pcre_jit_compile.c
+++ b/pcre_jit_compile.c
@@ -5943,7 +5943,7 @@ common->lcc = (sljit_w)(tables + lcc_offset);
common->nltype = NLTYPE_FIXED;
switch(re->options & PCRE_NEWLINE_BITS)
{
- case 0:
+ case 0:
/* Compile-time default */
switch (NEWLINE)
{