Bläddra i källkod

* fixed readability of previous commit

git-svn-id: trunk@8073 -
Vincent Snijders 18 år sedan
förälder
incheckning
09a869c579
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      tests/webtbs/tw4038.pp

+ 2 - 2
tests/webtbs/tw4038.pp

@@ -13,9 +13,9 @@ begin
 {$else}
 {$ifdef windows}
   s:='gecho';
-{$else win32}
+{$else windows}
   s:='echo';
-{$endif win32}
+{$endif windows}
 {$endif}
   writeln(executeprocess(s,'works1 works2 works3'));
   writeln(executeprocess(s,'works1 works2 works3'));