summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 14:13:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 14:13:10 +0000
commit832739758755fa9574a6d64dca420d32543cac55 (patch)
tree548a3b115c5826a0a790a67681502175c35e4806 /crawl-ref/source/stuff.h
parent45899ee5568e97ff0341d0c025f113e5be339cc1 (diff)
downloadcrawl-ref-832739758755fa9574a6d64dca420d32543cac55.tar.gz
crawl-ref-832739758755fa9574a6d64dca420d32543cac55.zip
Add one more whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4020 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 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 );