summaryrefslogtreecommitdiff
path: root/navit/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/util.c')
-rw-r--r--navit/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/util.c b/navit/util.c
index 7e4182f27..9398e316c 100644
--- a/navit/util.c
+++ b/navit/util.c
@@ -327,7 +327,7 @@ int compare_name_systematic(const char *s1, const char *s2) {
ret = ((elements - matches) * MAX_MISMATCH) / elements;
dbg(lvl_debug, "'%s' %s '%s', ret=%d",
- s1, ret ? (ret == MAX_MISMATCH ? "does NOT match" : "PARTIALLY matches") : "matches", s2, ret);
+ s1, ret ? (ret == MAX_MISMATCH ? "does NOT match" : "PARTIALLY matches") : "matches", s2, ret);
return ret;
}