From 88110c2658ad9badd292430c75ebb0444c3312eb Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Fri, 18 Nov 2016 23:25:04 +0900 Subject: Fix type mismatch for pcsw_ucs_map_size cf. https://github.com/tats/w3m/issues/43 --- libwc/ucs.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libwc') diff --git a/libwc/ucs.map b/libwc/ucs.map index aa6190f..bed5dff 100644 --- a/libwc/ucs.map +++ b/libwc/ucs.map @@ -175,7 +175,7 @@ static wc_uint16 *pcs_ucs_map[] = { NULL, /* (Raw) */ }; -static wc_uint32 *pcs_ucs_map_size[] = { +static wc_uint32 pcs_ucs_map_size[] = { 0x80, /* cp437_ucs_map */ 0x80, /* cp737_ucs_map */ 0x80, /* cp775_ucs_map */ -- cgit v1.2.3