diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp index d3655405c2..01efd1174c 100644 --- a/indexer/classificator.cpp +++ b/indexer/classificator.cpp @@ -244,7 +244,7 @@ namespace static const int visible[3][drule::count_of_rules] = { { 0, 0, 1, 1, 1, 0, 0 }, // fpoint { 1, 0, 0, 0, 0, 1, 0 }, // fline - { 1, 1, 1, 1, 0, 0, 0 } // farea + { 1, 1, 1, 1, 1, 0, 0 } // farea }; if (visible[ft][i->m_type] == 1)