2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@14014 -
marco 15 жил өмнө
parent
commit
ce87b907ee

+ 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;