Fix mismatched #endif.

llvm-svn: 172860
This commit is contained in:
Jordan Rose 2013-01-18 22:33:54 +00:00
parent caddba9f00
commit 668a433723
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,6 @@ ConversionResult ConvertUTF16toUTF32 (
ConversionResult ConvertUTF32toUTF16 (
const UTF32** sourceStart, const UTF32* sourceEnd,
UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
#endif
Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
@ -201,3 +200,5 @@ bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr);
#endif
/* --------------------------------------------------------------------- */
#endif