Fixed extra-semi warnings [skip ci]

This commit is contained in:
Andrew Kane
2025-01-18 13:08:11 -08:00
parent b46beada1a
commit 2fe560dc58
3 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ typedef struct HnswNeighborArray HnswNeighborArray;
#define HnswPtrDeclare(type, relptrtype, ptrtype) \
relptr_declare(type, relptrtype); \
typedef union { type *ptr; relptrtype relptr; } ptrtype;
typedef union { type *ptr; relptrtype relptr; } ptrtype
/* Pointers that can be absolute or relative */
/* Use char for DatumPtr so works with Pointer */