Skip to content

Commit

Permalink
fix Apple Clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Dec 21, 2024
1 parent 9156136 commit e8fc9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/w_zip.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ typedef struct
const char *filename;
} record_t;

typedef struct archive_s
struct archive_s
{
mz_zip_archive *zip;
record_t *directory;
} archive_t;
};

static archive_t *archives;

Expand Down

0 comments on commit e8fc9b2

Please sign in to comment.