From 846a833042aaf55747908fdb481a11a57e904a6c Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 15 Jan 2025 23:37:27 +0100 Subject: Fix typos --- any_sexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'any_sexp.h') diff --git a/any_sexp.h b/any_sexp.h index 5c88dc4..3c47430 100644 --- a/any_sexp.h +++ b/any_sexp.h @@ -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++] -- cgit v1.2.3