소스 검색

* 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';  
   P = '.:/bin:/usr/bin';  
 {$else}
 {$else}
   FN = 'find.exe';
   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}
 {$endif}
 
 
 begin
 begin