浏览代码

* fixed readability of previous commit

git-svn-id: trunk@8073 -
Vincent Snijders 18 年之前
父节点
当前提交
09a869c579
共有 1 个文件被更改,包括 2 次插入2 次删除
  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'));