]> git.pond.sub.org Git - empserver/commitdiff
(upda): Add linefeed to the 'Please use "show updates".' line.
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 30 Sep 2007 15:31:05 +0000 (15:31 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 30 Sep 2007 15:31:05 +0000 (15:31 +0000)
src/lib/commands/upda.c

index 4ac86bf8830c72c1615913b1cc0a5e7e35a6661f..9a30277db3f550b6ce04f9c0adb921742b0c0064 100644 (file)
@@ -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;
 }