diff options
author | Bardur Arantsson <bardur@scientician.net> | 2016-06-21 13:37:02 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2016-06-21 13:37:02 +0200 |
commit | b9e4f471c2e23283945ba9324912c7e29dd8fbd8 (patch) | |
tree | cf698c7e274837e7801bd6ac5a684f89cd3e38f2 | |
parent | fd6403dfe2219fefa60246b2f4744be116e01180 (diff) |
Fix a debug-mode prompt
-rw-r--r-- | src/wizard2.cc | 2 |
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; |