(upda): Add linefeed to the 'Please use "show updates".' line.

This commit is contained in:
Ron Koenderink 2007-09-30 15:31:05 +00:00
parent 5cb735f3a7
commit e218d6b841

View 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;
}