summaryrefslogtreecommitdiff
path: root/cp737-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'cp737-table.c')
-rw-r--r--cp737-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cp737-table.c b/cp737-table.c
index a18c600..cf64ed2 100644
--- a/cp737-table.c
+++ b/cp737-table.c
@@ -256,7 +256,7 @@ static const int cp737_decoding_table[256] = {
0x207f,
0xb2,
0x25a0,
- 0xa0,
+ 0xa0
};
static const struct encoding_map cp737_encoding_map[] = {
@@ -515,7 +515,7 @@ static const struct encoding_map cp737_encoding_map[] = {
{ 0x2591, 0xb0 },
{ 0x2592, 0xb1 },
{ 0x2593, 0xb2 },
- { 0x25a0, 0xfe },
+ { 0x25a0, 0xfe }
};
SingleByteCodecState __uniconv_cp737_state = {