aboutsummaryrefslogtreecommitdiff
path: root/any_sexp.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-01-15 23:37:27 +0100
committerFederico Angelilli <code@fedang.net>2025-01-15 23:37:27 +0100
commit846a833042aaf55747908fdb481a11a57e904a6c (patch)
treeaf7beba7bd9bf89b8a349d0ca483df2628a8ea88 /any_sexp.h
parentba08b076185f5f8665935f26cd479fa77ecdd20f (diff)
Fix typos
Diffstat (limited to 'any_sexp.h')
-rw-r--r--any_sexp.h2
1 files changed, 1 insertions, 1 deletions
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++]