summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-07 04:51:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-07 04:51:18 +0000
commitb681ad7103cd3bad79138e0817650e92a3dbc0e2 (patch)
tree9e57c79c4e7c3df25aeff3e40e932981044b5b2d /crawl-ref/source/delay.cc
parent3a5f8a48f9aaa4131680ed8c80d58d7c60ce0a28 (diff)
downloadcrawl-ref-b681ad7103cd3bad79138e0817650e92a3dbc0e2.tar.gz
crawl-ref-b681ad7103cd3bad79138e0817650e92a3dbc0e2.zip
Add another whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4089 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 97d33af2de..144093598e 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -133,7 +133,7 @@ static int recite_to_monsters(int x, int y, int pow, int unused)
return (0); // nothing happens
// bad effects stop the recital
- stop_delay();
+ stop_delay();
return (1);
}