summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewchar.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-15 02:17:01 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-15 02:17:01 +0200
commitf7717330f1e10f18464a68edc1b595dd6a6b9527 (patch)
treedaff37556fe8b661c5d268b1429f73ae6669153d /crawl-ref/source/viewchar.h
parente7572d74b30900124d9a896843f42b1c957d20c2 (diff)
parent448542e984ad690be6be5869e0f47072981ed2ce (diff)
downloadcrawl-ref-f7717330f1e10f18464a68edc1b595dd6a6b9527.tar.gz
crawl-ref-f7717330f1e10f18464a68edc1b595dd6a6b9527.zip
Merge branch 'master' into unicode
Diffstat (limited to 'crawl-ref/source/viewchar.h')
-rw-r--r--crawl-ref/source/viewchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/viewchar.h b/crawl-ref/source/viewchar.h
index 94cf94be96..8b49a26f6d 100644
--- a/crawl-ref/source/viewchar.h
+++ b/crawl-ref/source/viewchar.h
@@ -3,7 +3,7 @@
void init_char_table(char_set_type set);
-dungeon_char_type get_feature_dchar( dungeon_feature_type feat );
+dungeon_char_type get_feature_dchar(dungeon_feature_type feat);
unsigned dchar_glyph(dungeon_char_type dchar);
std::string stringize_glyph(ucs_t glyph);