Skip to content

Commit

Permalink
cleanup:search:Minor - Use fallthrough like the rest of the cases (#886)
Browse files Browse the repository at this point in the history
* cleanup:search:Minor - Use fallthrough like the rest of the cases

* Remove fallthrough for readability

* Revert "Remove fallthrough for readability"

This reverts commit 68a78f6.
  • Loading branch information
aerostitch committed Sep 26, 2019
1 parent 8a0630b commit 56f6be4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion navit/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ int search_list_level(enum attr_type attr_type) {
case attr_country_name:
return 0;
case attr_town_postal:
return 1;
case attr_town_name:
case attr_district_name:
case attr_town_or_district_name:
Expand Down

0 comments on commit 56f6be4

Please sign in to comment.