[search] Minor fix.

This commit is contained in:
vng 2011-12-17 16:10:03 +03:00 committed by Alex Zolotarev
parent e2e3656ce9
commit 310525c842

View file

@ -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;
}