commit
92ab73ac32
@ -4704,7 +4704,7 @@ const char *mz_zip_get_error_string(mz_zip_error mz_err)
|
|||||||
case MZ_ZIP_VALIDATION_FAILED:
|
case MZ_ZIP_VALIDATION_FAILED:
|
||||||
return "validation failed";
|
return "validation failed";
|
||||||
case MZ_ZIP_WRITE_CALLBACK_FAILED:
|
case MZ_ZIP_WRITE_CALLBACK_FAILED:
|
||||||
return "write calledback failed";
|
return "write callback failed";
|
||||||
case MZ_ZIP_TOTAL_ERRORS:
|
case MZ_ZIP_TOTAL_ERRORS:
|
||||||
return "total errors";
|
return "total errors";
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user