aboutsummaryrefslogtreecommitdiffstats
path: root/libwc
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-11-18 14:25:04 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-11-18 14:25:04 +0000
commit88110c2658ad9badd292430c75ebb0444c3312eb (patch)
treec920b195084a34f3d46ab50a166dcce2176a6a77 /libwc
parentUpdate ChangeLog (diff)
downloadw3m-88110c2658ad9badd292430c75ebb0444c3312eb.tar.gz
w3m-88110c2658ad9badd292430c75ebb0444c3312eb.zip
Fix type mismatch for pcsw_ucs_map_size
cf. https://github.com/tats/w3m/issues/43
Diffstat (limited to 'libwc')
-rw-r--r--libwc/ucs.map2
1 files changed, 1 insertions, 1 deletions
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 */