Skip to content

Commit

Permalink
+format
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Aug 14, 2024
1 parent ca9f945 commit 7923202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zzip/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extern "C" {
#define ZZIP_IO_TYPE_DEFAULT 1
#define ZZIP_IO_SIZE_32BIT 4
#define ZZIP_IO_SIZE_64BIT 8
#define ZZIP_IO_SIZE_OFF_T (8 + 4)
#define ZZIP_IO_SIZE_OFF_T 12

struct zzip_plugin_io { /* use "zzip_plugin_io_handlers" in applications !! */
int (*open)(zzip_char_t* name, int flags, ...);
Expand Down

0 comments on commit 7923202

Please sign in to comment.