Browse Source

* small type fixed

florian 26 years ago
parent
commit
eea353cd51
1 changed files with 1 additions and 1 deletions
  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