summaryrefslogtreecommitdiff
path: root/pcre_newline.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-06 15:23:29 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-06 15:23:29 +0000
commit7a27d7cb191012cfba8d5e2b43d96bbc47d43c8b (patch)
tree125cef490f6bc14f778719247a2f3373e1d0dcd8 /pcre_newline.c
parentc686e88e16cd4dfec241981367ab8c35c9a148f6 (diff)
downloadpcre-7a27d7cb191012cfba8d5e2b43d96bbc47d43c8b.tar.gz
Added a pcresyntax man page; tidied some others.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@208 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_newline.c')
-rw-r--r--pcre_newline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_newline.c b/pcre_newline.c
index 9a8998c..db02a8c 100644
--- a/pcre_newline.c
+++ b/pcre_newline.c
@@ -135,7 +135,7 @@ if (utf8)
GETCHAR(c, ptr);
}
else c = *ptr;
-#else /* no UTF-8 support */
+#else /* no UTF-8 support */
c = *ptr;
#endif /* SUPPORT_UTF8 */