fix: segfault

This commit is contained in:
2025-07-17 16:31:35 -04:00
parent 868bbcf88b
commit ccd28fc9bf
4 changed files with 54 additions and 64 deletions

View File

@@ -20,7 +20,6 @@ typedef struct {
bool nogit;
licence_t licence;
char *name;
lib_t libraries[];
} format_t;
#endif