Browse Source

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

git-svn-id: trunk@14014 -
marco 16 năm trước cách đây
mục cha
commit
ce87b907ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;