plnsub: Add missing newline to two messages
The two "while it is carrying a nuclear weapon" messages lack
newlines. Add them. Screwed up in commit a269cdd
, v4.3.23.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
7688aed77a
commit
3f2f201ddb
2 changed files with 5 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
* Dave Pare, 1986
|
||||
* Ken Stevens, 1995
|
||||
* Steve McClure, 1998-2000
|
||||
* Markus Armbruster, 2004-2015
|
||||
* Markus Armbruster, 2004-2016
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -725,7 +725,7 @@ pln_equip(struct plist *plp, struct ichrstr *ip, char mission)
|
|||
needed = 0;
|
||||
else {
|
||||
pr("%s can't fly this mission"
|
||||
" while it is carrying a nuclear weapon",
|
||||
" while it is carrying a nuclear weapon\n",
|
||||
prplane(pp));
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue