(This is for the previous checkin) Fix warnning. Thanks tenthumbs@cybernex.net

This commit is contained in:
ftang 1998-04-14 00:00:06 +00:00
Родитель c44f03b6f5
Коммит 9f55be21c6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1500,7 +1500,7 @@ PUBLIC void INTL_UnicodeToStr(
if (encoding != lastEncoding)
{
/* Unload all the table we need */
if (lastEncoding != (INTL_Encoding_ID) INVALID_ENCODING_ID)
if (lastEncoding != (INTL_Encoding_ID ) INVALID_ENCODING_ID)
UnloadUCS2TableSet(&tableset,TRUE);
/* load all the table we need */