forked from organicmaps/organicmaps
[search] Minor fix.
This commit is contained in:
parent
e2e3656ce9
commit
310525c842
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ namespace
|
|||
uint8_t FirstLevelIndex(uint32_t t)
|
||||
{
|
||||
uint8_t v;
|
||||
CHECK(ftype::GetValue(t, 0, v), (t));
|
||||
VERIFY ( ftype::GetValue(t, 0, v), (t) );
|
||||
return v;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue