summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-09-25 18:51:36 -0700
committerJoseph Herlant <aerostitch@debian.org>2019-09-25 18:51:36 -0700
commit9e17cebb8de04179f701332ac246078f08252bf3 (patch)
tree7f3ef6b2cdd337a68a9b34db650b2b8a8d44fb79
parentf304cfc699a73f9c0677d5d3315cd7e3d5daea30 (diff)
downloadnavit-9e17cebb8de04179f701332ac246078f08252bf3.tar.gz
cleanup:search:Minor - Use fallthrough like the rest of the cases
-rw-r--r--navit/search.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/search.c b/navit/search.c
index c875f56b1..06afcbfe6 100644
--- a/navit/search.c
+++ b/navit/search.c
@@ -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: