diff options
-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) |