summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 03:08:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 03:08:45 +0000
commitc6b621bf1bfc70baa0ea87b15e4e4656c6a43457 (patch)
tree575b8d006b0d5ef217723fc3144e4397fe1fa6c2 /crawl-ref/source/stuff.h
parenta8aa8841073e62b9404166a164fc54cd476ace02 (diff)
downloadcrawl-ref-c6b621bf1bfc70baa0ea87b15e4e4656c6a43457.tar.gz
crawl-ref-c6b621bf1bfc70baa0ea87b15e4e4656c6a43457.zip
Add more miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5931 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 02fa98aa5e..7f2ebeb2fd 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -169,8 +169,7 @@ char index_to_letter (int the_index);
int letter_to_index(int the_letter);
int near_stairs(const coord_def &p, int max_dist,
- dungeon_char_type &stair_type,
- branch_type &branch);
+ dungeon_char_type &stair_type. branch_type &branch);
inline bool testbits(unsigned long flags, unsigned long test)
{