misc core formatting

Some of these are post-3.6.0, some just got overlooked before the
3.6.0 release.
This commit is contained in:
PatR
2016-05-14 18:26:48 -07:00
parent 0a15d425a8
commit 26226a1cdb
6 changed files with 33 additions and 31 deletions

View File

@@ -377,8 +377,8 @@ invault()
}
trycount = 5;
do {
getlin(Deaf ? "You are required to supply your name. -" :
"\"Hello stranger, who are you?\" -", buf);
getlin(Deaf ? "You are required to supply your name. -"
: "\"Hello stranger, who are you?\" -", buf);
(void) mungspaces(buf);
} while (!buf[0] && --trycount > 0);