summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index ef0d72dee7..df9cc7c4ca 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -482,7 +482,7 @@ bool allow_control_teleport(bool quiet)
if (!quiet && !retval && player_control_teleport())
mpr("A powerful magic prevents control of your teleportation.");
- return retval;
+ return (retval);
}
void you_teleport(void)