diff options
| author | Oxore <oxore@protonmail.com> | 2024-12-08 17:30:39 +0300 |
|---|---|---|
| committer | Oxore <oxore@protonmail.com> | 2024-12-08 17:34:04 +0300 |
| commit | d5f54ef2464e3bc8021b92c9ba8bdc28390566c1 (patch) | |
| tree | 313702372ae63cda923b51825298ff22f722262e | |
| parent | 277e4a62668597d4f59cadda1cbafb844f981d45 (diff) | |
Fix compilation with GCC14
| -rw-r--r-- | vgm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ enum { #pragma pack(pop) -typedef struct { +typedef struct data_block { struct data_block *next; uint8_t *data; uint32_t size; |
