pline bits

a few plines that were without punctuation.  There may be more non-DEBUG
pline or pline-like things that are still missing punctuation.  They are
almost impossible to find after the fact, since they could be anywhere,
including in various dat files and functions that pass strings and formats
into other functions that call pline.
This commit is contained in:
cohrs
2003-02-12 06:30:06 +00:00
parent 500df8346a
commit 2643ae3ee9
4 changed files with 6 additions and 6 deletions

View File

@@ -716,7 +716,7 @@ d_level *lev;
#endif
#ifdef WIZARD
if (wizard && ret != 0)
pline("couldn't rename %s to %s", tempname, fq_bones);
pline("couldn't rename %s to %s.", tempname, fq_bones);
#endif
}

View File

@@ -1031,7 +1031,7 @@ boolean tinitial, tfrom_file;
preferred_pet = 'n';
break;
default:
pline("Unrecognized pet type '%s'", op);
pline("Unrecognized pet type '%s'.", op);
break;
}
} else if (negated) preferred_pet = 'n';
@@ -2188,7 +2188,7 @@ add_menu_cmd_alias(from_ch, to_ch)
char from_ch, to_ch;
{
if (n_menu_mapped >= MAX_MENU_MAPPED_CMDS)
pline("out of menu map space");
pline("out of menu map space.");
else {
mapped_menu_cmds[n_menu_mapped] = from_ch;
mapped_menu_op[n_menu_mapped] = to_ch;

View File

@@ -1035,7 +1035,7 @@ int lev;
}
# ifdef WIZARD
if (wizard) {
pline("Swapping in `%s'", from);
pline("Swapping in `%s'.", from);
wait_synch();
}
# endif