summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.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/libw32c.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/libw32c.h')
-rw-r--r--crawl-ref/source/libw32c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/libw32c.h b/crawl-ref/source/libw32c.h
index 76cc7d7222..da307e6423 100644
--- a/crawl-ref/source/libw32c.h
+++ b/crawl-ref/source/libw32c.h
@@ -23,7 +23,7 @@ void clear_to_end_of_line();
void gotoxy_sys(int x, int y);
void textcolor(int c);
void textattr(int c);
-void cprintf( const char *format, ... );
+void cprintf(const char *format, ...);
// void cprintf(const char *s);
void set_string_input(bool value);
bool set_buffering(bool value);