winemaker: Add missing linefeed.

oldstable
André Hentschel 2010-05-11 20:03:04 +02:00 committed by Alexandre Julliard
parent 25d8616d48
commit 1a8fdf07b4
1 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ sub source_scan_directory($$$$)
# Try to come up with a target list based on .dsp/.mak files
my $prj_list;
if (@prj_files > 0) {
print "Projectfile found! You might want to try using it directly.";
print "Projectfile found! You might want to try using it directly.\n";
$prj_list=\@prj_files;
} else {
$prj_list=\@mak_files;