From adc243a8f681c261eece8bb62a45e92bcd07c11d Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 19 May 2009 10:29:46 -0400 Subject: Add a newline to a cmdline mode string (#497575). --- loader/cdinstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/cdinstall.c b/loader/cdinstall.c index 8dea2f948..a4e4afdcb 100644 --- a/loader/cdinstall.c +++ b/loader/cdinstall.c @@ -336,7 +336,7 @@ static char *setupCdrom(char *location, struct loaderData_s *loaderData, devices[i]->device, location); if (!FL_CMDLINE(flags)) - winStatus(60, 3, _("Scanning"), _("Looking for installation images on CD device %s"), devices[i]->device); + winStatus(60, 3, _("Scanning"), _("Looking for installation images on CD device %s\n"), devices[i]->device); else printf(_("Looking for installation images on CD device %s"), devices[i]->device); -- cgit