Util: Fix warning in zip

This commit is contained in:
Jeffrey Pfau 2016-09-15 09:33:34 -07:00
parent 5486e013e0
commit a4907ba321
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}