summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:16:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:16:55 +0000
commit669612952bb06d9144b9601628e2357202d2d776 (patch)
treef46f99ebea994532254401ea9889e3cda0faf40a /crawl-ref/source/spells2.h
parent09266f00024d534f97ee730224144fc5ffe8a276 (diff)
downloadcrawl-ref-669612952bb06d9144b9601628e2357202d2d776.tar.gz
crawl-ref-669612952bb06d9144b9601628e2357202d2d776.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5583 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 29b3edd10a..8cb81f9b53 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -88,7 +88,7 @@ unsigned char detect_items( int pow );
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-unsigned char detect_traps( int pow );
+unsigned char detect_traps( int pow );
// last updated 24may2000 {dlb}