Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Sep 2, 2024
1 parent 4413b42 commit 8689cc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/ZIPFoundation/Archive.swift
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ public final class Archive: Sequence {
}
#endif

deinit {
fclose(self.archiveFile)
}
deinit { fclose(self.archiveFile) }

public func makeIterator() -> AnyIterator<Entry> {
let totalNumberOfEntriesInCD = self.totalNumberOfEntriesInCentralDirectory
Expand Down

0 comments on commit 8689cc0

Please sign in to comment.