fix: Type error in SETUP macro.

This commit is contained in:
2025-06-24 20:51:54 +02:00
parent cbec16baa2
commit 5a75c40c5f
2 changed files with 14 additions and 1 deletions

2
set.h
View File

@@ -38,7 +38,7 @@ bool set_up();
bool tear_down();
#define SETUP() void set_up()
#define SETUP() bool set_up()
#define TEAR_DOWN() bool tear_down()
#define BUNDLE() \