summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
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)
{