diff options
Diffstat (limited to 'src/choose_hill.cxx')
-rw-r--r-- | src/choose_hill.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/choose_hill.cxx b/src/choose_hill.cxx index c83d8b1..48e44d5 100644 --- a/src/choose_hill.cxx +++ b/src/choose_hill.cxx @@ -21,7 +21,7 @@ choose_hill(const Hills *hills, const char *l) { char buf[256]; Hill *m = h_sort->get(i); - if (m->flags & (Hill::DUPLICATE | Hill::TRACK_POINT)) + if (m->flags & (Hill::DUPLIC | Hill::TRACK_POINT)) continue; snprintf(buf, sizeof(buf) - 1, "%s (%dm)", m->name, (int) m->height); |