summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 56367fede5..6c16582638 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -959,7 +959,7 @@ void ouch(int dam, int death_source, kill_method_type death_type,
if (death_type != KILLED_BY_XOM)
aux = "Xom";
}
- else if(strstr(aux, "Xom") == NULL)
+ else if (strstr(aux, "Xom") == NULL)
death_type = KILLED_BY_XOM;
}