On 19.08.2015 18:33, André Hentschel wrote:
diff --git a/winetest/dissect b/winetest/dissect index cd24fc3..0a99773 100755 --- a/winetest/dissect +++ b/winetest/dissect @@ -207,6 +207,13 @@ if ($plid==1 && $major==4) { $version = "win8"; } }
- } elsif ($major==10) {
if ($minor == 0) {
This looks a bit weird, did you want to remove the "}" in the line before?