mirror of https://github.com/mgba-emu/mgba.git
Util: Fix warning in zip
This commit is contained in:
parent
5486e013e0
commit
a4907ba321
|
@ -442,7 +442,6 @@ const char* _vdezName(struct VDirEntry* vde) {
|
|||
}
|
||||
|
||||
static enum VFSType _vdezType(struct VDirEntry* vde) {
|
||||
struct VDirEntryZip* vdez = (struct VDirEntryZip*) vde;
|
||||
if (endswith(vde->name(vde), "/")) {
|
||||
return VFS_DIRECTORY;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue