gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
65 stars 53 forks source link

zzip/fseeko.h: Fix closing extern C bracket #148

Closed bdrung closed 9 months ago

bdrung commented 1 year ago

Line 24 in zzip/fseeko.h opens the extern "C" bracket. This bracket needs to be closed at the end of the file.