summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 786cb8f58d..eb421383c3 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4084,7 +4084,7 @@ void display_char_status()
if (you.duration[DUR_PETRIFIED])
mpr("You are petrified.");
if (you.duration[DUR_SLEEP])
- mpr("You are asleep." );
+ mpr("You are asleep.");
if (you.duration[DUR_EXHAUSTED])
mpr("You are exhausted.");