summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-09-26 16:32:45 -0700
committerGitHub <noreply@github.com>2019-09-26 16:32:45 -0700
commit56f6be45d5ce5f961c1826ef2f06d6678f770eb0 (patch)
tree476181ab50b9cc3c9ca3f8a42e1850d32d85306d
parent8a0630bcb0450631a48c2dc8911c5ef54f1baef7 (diff)
downloadnavit-56f6be45d5ce5f961c1826ef2f06d6678f770eb0.tar.gz
cleanup:search:Minor - Use fallthrough like the rest of the cases (#886)
* cleanup:search:Minor - Use fallthrough like the rest of the cases * Remove fallthrough for readability * Revert "Remove fallthrough for readability" This reverts commit 68a78f692ebcd19b5b2ca2100e221eb8987bc71a.
-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: