diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-14 11:08:31 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-14 11:08:31 +1000 |
| commit | d44fb19da9f3d06f8873958e10647d5f0eae7789 (patch) | |
| tree | 85267e3c00fdba72436cf2190ab976d5c2b80d44 /include/tinyff/common.h | |
| parent | 9633099fc1ed7b2c8c4cfc3057a566665a4eaf5d (diff) | |
fix(stream): Stdio bridge write callback and const correctness
Diffstat (limited to 'include/tinyff/common.h')
| -rw-r--r-- | include/tinyff/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tinyff/common.h b/include/tinyff/common.h index 3653807..c22f595 100644 --- a/include/tinyff/common.h +++ b/include/tinyff/common.h @@ -62,7 +62,7 @@ typedef struct { typedef struct { // Debug settings - ff_stream* ff_debug_stream; + ff_stream ff_debug_stream; ff_flag ff_debug_enabled; // Allocation |
