This commit is contained in:
twinaphex 2016-01-24 06:55:26 +01:00
parent 5c615f18e1
commit 09e5dc9c50

View File

@ -139,8 +139,8 @@ static size_t zlib_file_size(void *handle)
static void *zlib_file_open(const char *path)
{
ssize_t ret = -1;
bool read_from_file = false;
ssize_t ret = -1;
bool read_from_file = false;
zlib_file_data_t *data = (zlib_file_data_t*)calloc(1, sizeof(*data));
if (!data)