summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index ef8afb9268..277fe250d6 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -4440,7 +4440,7 @@ std::string screenshot( bool fullscreen )
lines[count_y - 1].erase(lastnonspace + 1);
}
- // Restore char and feature tables
+ // Restore char and feature tables.
Options.char_table = char_table_bk;
init_feature_table();