diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-19 04:57:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-19 04:57:59 +0000 |
commit | 29e98929de1623a89e4e1ce014ab6fd018ad3038 (patch) | |
tree | 52d16091831adc6f88c1d540f1fa38a08d228afd /utf8.c | |
parent | b938889d9d4b4ccfc4f9d337b072d69889d45185 (diff) | |
download | perl-29e98929de1623a89e4e1ce014ab6fd018ad3038.tar.gz |
Misplaced block end.
p4raw-id: //depot/perl@14766
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 + } } } |