summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 03:11:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 03:11:22 +0000
commite7a0632492ce812435f649766cbdc8c6d80f4111 (patch)
treefccd452bd3f2d81f7ea43ccf59554d569c4600b4 /crawl-ref/source/stuff.h
parentc6b621bf1bfc70baa0ea87b15e4e4656c6a43457 (diff)
downloadcrawl-ref-e7a0632492ce812435f649766cbdc8c6d80f4111.tar.gz
crawl-ref-e7a0632492ce812435f649766cbdc8c6d80f4111.zip
Fix typo.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5932 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 7f2ebeb2fd..50ea4c3494 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -169,7 +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)
{