浏览代码

* small type fixed

florian 26 年之前
父节点
当前提交
eea353cd51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sysutex/ex41.pp

+ 1 - 1
docs/sysutex/ex41.pp

@@ -10,7 +10,7 @@ Const
   P = '.:/bin:/usr/bin';  
 {$else}
   FN = 'find.exe';
-  P = 'c:\dos;c:\windows;c:\windows\system;c:\windows\system32');
+  P = 'c:\dos;c:\windows;c:\windows\system;c:\windows\system32';
 {$endif}
 
 begin