Browse Source

* fix for windows compilation after last chances (mantis 14980)

git-svn-id: trunk@14014 -
marco 15 years ago
parent
commit
ce87b907ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/paszlib/src/gzio.pas

+ 1 - 1
packages/paszlib/src/gzio.pas

@@ -225,7 +225,7 @@ begin
     exists:=not (fpstat(path,info)<0);
   {$else}
     GetFAttr(s^.gzfile, Attr);
-    exists:=(DosError= 0)
+    exists:=(DosError= 0);
   {$endif}
   
   doseek:=false;