summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-21 13:37:02 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-21 13:37:02 +0200
commitb9e4f471c2e23283945ba9324912c7e29dd8fbd8 (patch)
treecf698c7e274837e7801bd6ac5a684f89cd3e38f2 /src
parentfd6403dfe2219fefa60246b2f4744be116e01180 (diff)
Fix a debug-mode prompt
Diffstat (limited to 'src')
-rw-r--r--src/wizard2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index eb3b375c..8685f242 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -158,7 +158,7 @@ static void wiz_create_named_art()
object_type forge;
object_type *q_ptr;
int i, a_idx;
- cptr p = "Number of the artifact :";
+ cptr p = "Number of the artifact: ";
char out_val[80] = "";
artifact_type *a_ptr;