summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 437192ad34..aaa8b458d9 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -164,7 +164,7 @@ static void adjust_item(void)
-1,
false,
false );
- if (to_slot == PROMPT_ABORT)
+ if (to_slot == PROMPT_ABORT)
{
canned_msg( MSG_OK );
return;