Browse Source

* fixed readability of previous commit

git-svn-id: trunk@8073 -
Vincent Snijders 18 năm trước cách đây
mục cha
commit
09a869c579
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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'));