all repos — mgba @ a4907ba321f4a8d87f3cfc9280250410fba2c7ae

mGBA Game Boy Advance Emulator

Util: Fix warning in zip
Jeffrey Pfau jeffrey@endrift.com
Thu, 15 Sep 2016 09:33:34 -0700
commit

a4907ba321f4a8d87f3cfc9280250410fba2c7ae

parent

5486e013e0665e3d13168d1500c7f99a4af0ee44

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/util/vfs/vfs-zip.csrc/util/vfs/vfs-zip.c

@@ -442,7 +442,6 @@ return s.name;

} static enum VFSType _vdezType(struct VDirEntry* vde) { - struct VDirEntryZip* vdez = (struct VDirEntryZip*) vde; if (endswith(vde->name(vde), "/")) { return VFS_DIRECTORY; }