fix: various bug fixes on allocations and stuff (still wip)

This commit is contained in:
0x35c
2025-05-26 15:46:58 +02:00
parent 1ce702d169
commit 675248cbff
6 changed files with 12 additions and 13 deletions

View File

@ -8,7 +8,7 @@
#include "scan.h"
typedef enum {
OPEN,
OPEN = 1,
CLOSE,
FILTERED,
UNFILTERED,