Misplaced block end.
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:57:59 +0000 (04:57 +0000)]
p4raw-id: //depot/perl@14766

utf8.c

diff --git a/utf8.c b/utf8.c
index 8f04b89..7dbb71f 100644 (file)
--- 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
+             }
         }
     }