Fixed typo

This commit is contained in:
rh101 2021-04-22 03:18:23 +10:00
parent 8de1099614
commit 684a0faf76
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ struct UnzFileStream;
union PXFileHandle {
int _fd = -1;
#if CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID
AAsset* _asset; off_t
AAsset* _asset;
ZipFileStream _zfs;
#endif
};