From e218d6b841ab11d8d33999ecc62de83ed637fec9 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sun, 30 Sep 2007 15:31:05 +0000 Subject: [PATCH] (upda): Add linefeed to the 'Please use "show updates".' line. --- src/lib/commands/upda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/upda.c b/src/lib/commands/upda.c index 4ac86bf8..9a30277d 100644 --- a/src/lib/commands/upda.c +++ b/src/lib/commands/upda.c @@ -96,6 +96,6 @@ upda(void) pr("Game hours are: %s\n", game_hours); pr("\nThis command is obsolete and will go away in a future version.\n" - "Please use \"show updates\"."); + "Please use \"show updates\".\n"); return 0; }