summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 4fb4d9234f..43bcdb7a77 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -813,7 +813,7 @@ void redraw_screen(void)
print_stats();
if (Options.delay_message_clear)
- mesclr( true );
+ mesclr(true);
bool note_status = notes_are_active();
activate_notes(false);