Skip to content

Commit

Permalink
lib: fix macOS arm64 build (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
RadWolfie committed Dec 13, 2024
1 parent cd2fd18 commit 87f17ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OOVPADatabase/OOVPA.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@ typedef struct _OOVPATable {
const unsigned count;
OOVPARevision* const revisions;
} OOVPATable;
#pragma pack(1)

typedef struct _OOVPATableList {
unsigned int Count;
OOVPATable* Table;
} OOVPATableList;
#pragma pack(1)

// http://en.cppreference.com/w/cpp/iterator/size
// clang-format off
Expand Down

0 comments on commit 87f17ad

Please sign in to comment.