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 86df6911db..42d0006c8b 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -72,7 +72,7 @@ void canned_msg(canned_message_type which_message);
bool yes_or_no( const char* fmt, ... );
typedef std::map<int, int> explicit_keymap;
-bool yesno( const char * str, bool safe = true, int safeanswer = 0,
+bool yesno( const char * str, bool safe = true, int safeanswer = 0,
bool clear_after = true, bool interrupt_delays = true,
bool noprompt = false,
const explicit_keymap *map = NULL );