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

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