зеркало из https://github.com/mozilla/pjs.git
(This is for the previous checkin) Fix warnning. Thanks tenthumbs@cybernex.net
This commit is contained in:
Родитель
c44f03b6f5
Коммит
9f55be21c6
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче