fix typo in the last commit
scriptListCount should get initialized by scriptList variable
This commit is contained in:
parent
bf355b97ee
commit
c1cf6f343b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue