summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index b07cf9beb2..7c78879df0 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1363,7 +1363,7 @@ bool learn_spell(void)
"reading the book of Annihilations" );
}
-#if WIZARD
+#ifdef WIZARD
if (!you.wizard)
return (false);
else if (!yesno("Memorise anyway?"))