diff options
| author | Federico Angelilli <code@fedang.net> | 2025-01-15 23:37:27 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-01-15 23:37:27 +0100 |
| commit | 846a833042aaf55747908fdb481a11a57e904a6c (patch) | |
| tree | af7beba7bd9bf89b8a349d0ca483df2628a8ea88 /any_sexp.h | |
| parent | ba08b076185f5f8665935f26cd479fa77ecdd20f (diff) | |
Fix typos
Diffstat (limited to 'any_sexp.h')
| -rw-r--r-- | any_sexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ static void any_sexp_reader_skip(any_sexp_reader_t *reader) } } -static char any_sexp_reader_string_getc(any_sexp_reader_string_t *string) +static int any_sexp_reader_string_getc(any_sexp_reader_string_t *string) { return string->cursor < string->length ? string->source[string->cursor++] |
