[search] Fixed build warning.

This commit is contained in:
Yuri Gorshenin 2016-03-14 12:47:07 +03:00 committed by Sergey Yershov
parent 5754736e1a
commit 3defe83826

View file

@ -89,6 +89,7 @@ string DebugPrint(NameScore score)
case NAME_SCORE_SUBSTRING: return "Substring";
case NAME_SCORE_FULL_MATCH_PREFIX: return "Full Match Prefix";
case NAME_SCORE_FULL_MATCH: return "Full Match";
case NAME_SCORE_COUNT: return "Count";
}
return "Unknown";
}