summaryrefslogtreecommitdiff
path: root/enc/trans/iso2022.trans
diff options
context:
space:
mode:
Diffstat (limited to 'enc/trans/iso2022.trans')
-rw-r--r--enc/trans/iso2022.trans2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/trans/iso2022.trans b/enc/trans/iso2022.trans
index fe9a9b820e..7dc2c19e37 100644
--- a/enc/trans/iso2022.trans
+++ b/enc/trans/iso2022.trans
@@ -163,7 +163,7 @@ fun_so_iso2022jp_encoder(void *statep, const unsigned char *s, size_t l, unsigne
return o - output0;
}
-static int
+static ssize_t
iso2022jp_encoder_reset_sequence_size(void *statep)
{
unsigned char *sp = statep;