Commit 1a8fdf07 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Add missing linefeed.

parent 25d8616d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment