summaryrefslogtreecommitdiff
path: root/pcre_newline.c
diff options
context:
space:
mode:
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 */