diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-13 00:35:11 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-13 00:35:11 +0300 |
commit | 078c1927cffc6514168566c267151a8d6eca7367 (patch) | |
tree | e1c67a434fad8ff8ef2459280ff0853805de9344 | |
parent | 2baa14add6d9976c29b27cf4470bb458a0198694 (diff) | |
download | sciteco-078c1927cffc6514168566c267151a8d6eca7367.tar.gz |
minor documentation fix in parser.c
-rw-r--r-- | src/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c index d7f9433..ee705a0 100644 --- a/src/parser.c +++ b/src/parser.c @@ -420,7 +420,7 @@ teco_machine_stringbuilding_append(teco_machine_stringbuilding_t *ctx, const gch * This also takes the target encoding into account and checks the value * range accordingly. * - * @returns FALSE if the codepoint is not valid in the target encoding. + * @return FALSE if the codepoint is not valid in the target encoding. */ static gboolean teco_machine_stringbuilding_append_c(teco_machine_stringbuilding_t *ctx, teco_int_t value) |