summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Kills.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/Kills.cc')
-rw-r--r--crawl-ref/source/Kills.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/Kills.cc b/crawl-ref/source/Kills.cc
index 06b8dc8cd1..9bff79ec8c 100644
--- a/crawl-ref/source/Kills.cc
+++ b/crawl-ref/source/Kills.cc
@@ -363,8 +363,8 @@ static const char *modifier_suffixes[] =
// Pluralizes a monster name. This'll need to be updated for correctness
// whenever new monsters are added.
-static std::string pluralize(const std::string &name,
- const char *no_of[] = NULL)
+std::string pluralize(const std::string &name,
+ const char *no_of[])
{
std::string::size_type pos;