From: Jarkko Hietaniemi Date: Tue, 19 Feb 2002 04:57:59 +0000 (+0000) Subject: Misplaced block end. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29e98929de1623a89e4e1ce014ab6fd018ad3038;p=p5sagit%2Fp5-mst-13.2.git Misplaced block end. p4raw-id: //depot/perl@14766 --- diff --git a/utf8.c b/utf8.c index 8f04b89..7dbb71f 100644 --- a/utf8.c +++ b/utf8.c @@ -1348,8 +1348,8 @@ Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *norma Copy(tmpbuf, ustrp, len, U8); #else Copy(s, ustrp, len, U8); - } #endif + } } }