Kaydet (Commit) c1cf6f34 authored tarafından Petr Mladek's avatar Petr Mladek

fix typo in the last commit

scriptListCount should get initialized by scriptList variable
üst bf355b97
......@@ -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
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment