dmuratshin 9 years ago
parent
commit
edbb390f9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oxygine/src/minizip/unzip.c

+ 1 - 1
oxygine/src/minizip/unzip.c

@@ -1498,7 +1498,7 @@ extern z_off_t ZEXPORT unztell (file)
     return (z_off_t)pfile_in_zip_read_info->stream.total_out;
     return (z_off_t)pfile_in_zip_read_info->stream.total_out;
 }
 }
 
 
-extern z_off_t ZEXPORT unzRealTell(file, pos, size, fs)
+extern int ZEXPORT unzRealTell(file, pos, size, fs)
 unzFile file;
 unzFile file;
 z_off_t* pos;
 z_off_t* pos;
 z_off_t* size;
 z_off_t* size;