summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index d221d4a56b..cf27ba0992 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -724,7 +724,7 @@ std::string scorefile_entry::make_oneline(const std::string &ml) const
trim_string(s);
}
}
- return comma_separated_line(lines.begin(), lines.end(), " ", " ");
+ return (comma_separated_line(lines.begin(), lines.end(), " ", " "));
}
std::string scorefile_entry::long_kill_message() const