diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-10 16:18:05 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-10 22:07:13 +0200 |
| commit | d321f9b35e4fc752f8b28346b7e489e6df7c8e10 (patch) | |
| tree | 65e5c47f6edfb3537234deaae3e0f2dfe25522ef /any_ini.h | |
| parent | e0e2e7ccc1d36b2d6251a0183119ee70679d8cec (diff) | |
Fixes
Diffstat (limited to 'any_ini.h')
| -rw-r--r-- | any_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,7 @@ #include <stddef.h> #include <stdbool.h> +#include <stdio.h> // String parser (provided by any_ini_t) @@ -411,7 +412,6 @@ static void any_ini_stream_skip(any_ini_stream_t *ini, bool comment) } } - static char *any_ini_stream_until(any_ini_stream_t *ini, size_t start, char c) { char *tmp, *value = NULL; |
