summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-08-10 04:13:01 -0400
committerNeil Moore <neil@s-z.org>2013-08-10 04:28:56 -0400
commit8dad8c8a6418051af0ef3214d88625742a2bf8e0 (patch)
tree439ee203dff719ce9a69062187eb428ddcc6e676 /crawl-ref/source/spl-selfench.cc
parentba29f88f4921d67216d2219ee7fc41b005e597c5 (diff)
downloadcrawl-ref-8dad8c8a6418051af0ef3214d88625742a2bf8e0.tar.gz
crawl-ref-8dad8c8a6418051af0ef3214d88625742a2bf8e0.zip
Fix whitespace.
Diffstat (limited to 'crawl-ref/source/spl-selfench.cc')
-rw-r--r--crawl-ref/source/spl-selfench.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-selfench.cc b/crawl-ref/source/spl-selfench.cc
index b3990701f1..c5328e31c0 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -279,7 +279,7 @@ int cast_selective_amnesia(string *pre_msg)
// Pick a spell to forget.
mpr("Forget which spell ([?*] list [ESC] exit)? ", MSGCH_PROMPT);
keyin = list_spells(false, false, false);
- redraw_screen();
+ redraw_screen();
while (true)
{