summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 20:34:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 20:34:37 +0000
commit96978ec986de7b655b20070a98813c45dbaab2ea (patch)
tree3c85a630c717ee6a632073edf841dcee19c9c17f /crawl-ref/source/religion.cc
parentd682873654e5fe9f7ae8fa635691a90db33fd381 (diff)
downloadcrawl-ref-96978ec986de7b655b20070a98813c45dbaab2ea.tar.gz
crawl-ref-96978ec986de7b655b20070a98813c45dbaab2ea.zip
Add one more cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4149 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 43fe2db7c4..059a74e3b1 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -383,7 +383,7 @@ static bool make_god_gifts_disappear(bool level_only = true);
static bool make_god_gifts_neutral(bool level_only = true);
static bool make_god_gifts_hostile(bool level_only = true);
static void _print_sacrifice_message(god_type, const item_def &,
- piety_gain_t, bool = false);
+ piety_gain_t, bool = false);
bool is_evil_god(god_type god)
{