Alexandre Julliard : winetest: Fix syntax error in previous patch.

Alexandre Julliard julliard at winehq.org
Fri Aug 21 16:23:11 CDT 2009


Module: tools
Branch: master
Commit: 397dba8018658b354e6fef44cac0002d0efc8a43
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=397dba8018658b354e6fef44cac0002d0efc8a43

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Aug 21 23:21:21 2009 +0200

winetest: Fix syntax error in previous patch.

---

 winetest/dissect |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winetest/dissect b/winetest/dissect
index 8bd7865..4436b26 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -174,7 +174,7 @@ if ($plid==1 && $major==4) {
                 $version = "2003";
             }
         }
-    } elsif ($major==6)
+    } elsif ($major==6) {
         if      ($minor == 0) {
             if      ($product==1) {
                 $version = "vista";




More information about the wine-cvs mailing list