fix typo in the last commit

scriptListCount should get initialized by scriptList variable
This commit is contained in:
Petr Mladek 2011-07-19 12:45:50 +02:00
parent bf355b97ee
commit c1cf6f343b

View file

@ -535,7 +535,7 @@ namespace
{UBLOCK_LATIN_EXTENDED_C, UBLOCK_LATIN_EXTENDED_D, ScriptType::LATIN}
};
#define scriptListCount SAL_N_ELEMENTS(scriptTypes)
#define scriptListCount SAL_N_ELEMENTS(scriptList)
//always sets rScriptType
//