summaryrefslogtreecommitdiff
path: root/iso8859_1-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'iso8859_1-table.c')
-rw-r--r--iso8859_1-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iso8859_1-table.c b/iso8859_1-table.c
index 0a550d3..1e4a4b2 100644
--- a/iso8859_1-table.c
+++ b/iso8859_1-table.c
@@ -256,7 +256,7 @@ static const int iso8859_1_decoding_table[256] = {
0xfc,
0xfd,
0xfe,
- 0xff,
+ 0xff
};
static const struct encoding_map iso8859_1_encoding_map[] = {
@@ -515,7 +515,7 @@ static const struct encoding_map iso8859_1_encoding_map[] = {
{ 0xfc, 0xfc },
{ 0xfd, 0xfd },
{ 0xfe, 0xfe },
- { 0xff, 0xff },
+ { 0xff, 0xff }
};
SingleByteCodecState __uniconv_iso8859_1_state = {