André Hentschel : winemaker: Add missing linefeed.

Alexandre Julliard julliard at winehq.org
Wed May 12 12:33:19 CDT 2010


Module: wine
Branch: master
Commit: 1a8fdf07b40fbfbbc03e07b06453c61200752ae9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1a8fdf07b40fbfbbc03e07b06453c61200752ae9

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue May 11 20:03:04 2010 +0200

winemaker: Add missing linefeed.

---

 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;




More information about the wine-cvs mailing list