winemaker: Add missing linefeed

André Hentschel nerv at dawncrow.de
Tue May 11 13:03:04 CDT 2010


sry
---
 tools/winemaker |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index 4bd42a4..48e7bde 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -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;
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list