summaryrefslogtreecommitdiff
path: root/pcre_ord2utf8.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-25 18:28:05 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-25 18:28:05 +0000
commitd68f7d9fa6a81170dd9b1b5e8871d32b8a3a726c (patch)
treec3586277f92c23d03d7311691ded336574be3e32 /pcre_ord2utf8.c
parenta8a7a4c76ffd3885762e37880b5363e374831501 (diff)
downloadpcre-d68f7d9fa6a81170dd9b1b5e8871d32b8a3a726c.tar.gz
Source tidies for 7.8-RC1
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@371 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_ord2utf8.c')
-rw-r--r--pcre_ord2utf8.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre_ord2utf8.c b/pcre_ord2utf8.c
index 202031f..6f4eb9e 100644
--- a/pcre_ord2utf8.c
+++ b/pcre_ord2utf8.c
@@ -79,9 +79,9 @@ for (j = i; j > 0; j--)
return i + 1;
#else
(void)(cvalue); /* Keep compiler happy; this function won't ever be */
-(void)(buffer); /* called when SUPPORT_UTF8 is not defined. */
-return 0;
-#endif
+(void)(buffer); /* called when SUPPORT_UTF8 is not defined. */
+return 0;
+#endif
}
/* End of pcre_ord2utf8.c */