mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Fix misleading indentation
This commit is contained in:
		| @@ -959,7 +959,7 @@ mz_bool mz_zip_reader_init_file_v2(mz_zip_archive *pZip, const char *pFilename, | ||||
|     if ((!pZip) || (!pFilename) || ((archive_size) && (archive_size < MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE))) | ||||
|         return mz_zip_set_error(pZip, MZ_ZIP_INVALID_PARAMETER); | ||||
|  | ||||
| 	pFile = MZ_FOPEN(pFilename, "rb"); | ||||
|     pFile = MZ_FOPEN(pFilename, "rb"); | ||||
|     if (!pFile) | ||||
|         return mz_zip_set_error(pZip, MZ_ZIP_FILE_OPEN_FAILED); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user