Fix callback typo
This commit is contained in:
parent
76b3a87285
commit
e1e7f70e59
@ -4700,7 +4700,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