summaryrefslogtreecommitdiff
path: root/pcre_valid_utf8.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_valid_utf8.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_valid_utf8.c')
-rw-r--r--pcre_valid_utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_valid_utf8.c b/pcre_valid_utf8.c
index 5f2df08..c53da33 100644
--- a/pcre_valid_utf8.c
+++ b/pcre_valid_utf8.c
@@ -156,7 +156,7 @@ for (p = string; length-- > 0; p++)
}
#else
(void)(string); /* Keep picky compilers happy */
-(void)(length);
+(void)(length);
#endif
return -1;