summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 35608ab254..bdd66ac589 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -747,7 +747,7 @@ void tutorial_prayer_reminder()
snprintf(info, INFO_SIZE, "%s, as well.", god_name(you.religion));
mpr(info, MSGCH_TUTORIAL);
}
-}
+}
void tutorial_healing_reminder()
{