From db2529a4be61dbeafbf4e87e9a6dfe58c682244b Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 26 May 2009 22:55:52 +0000 Subject: Add whitespace fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9836 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 52899230e7..ec681119df 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -2370,7 +2370,7 @@ void inscribe_item(item_def &item, bool proper_prompt) if (is_inscribed) prompt += "(c) to clear it"; } - prompt += ". "; + prompt += "."; if (proper_prompt) mpr(prompt.c_str(), MSGCH_PROMPT); -- cgit v1.2.3-54-g00ecf