From 7d6f9f74c8292d63cc3b574eb84919c54946e679 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 7 Oct 2015 10:48:59 +0200 Subject: iconvdata: Add missing const to lookup table definitions --- iconvdata/cp737.h | 2 +- iconvdata/cp775.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'iconvdata') diff --git a/iconvdata/cp737.h b/iconvdata/cp737.h index 6a2265a526..a39b71d89c 100644 --- a/iconvdata/cp737.h +++ b/iconvdata/cp737.h @@ -294,7 +294,7 @@ static const uint32_t to_ucs4[256] = where gap.pl is the file in this directory. */ -static struct gap from_idx[] = +static const struct gap from_idx[] = { { .start = 0x0000, .end = 0x007f, .idx = 0 }, { .start = 0x00a0, .end = 0x00a0, .idx = -32 }, diff --git a/iconvdata/cp775.h b/iconvdata/cp775.h index 97f97f594f..1553124ab3 100644 --- a/iconvdata/cp775.h +++ b/iconvdata/cp775.h @@ -294,7 +294,7 @@ static const uint32_t to_ucs4[256] = where gap.pl is the file in this directory. */ -static struct gap from_idx[] = +static const struct gap from_idx[] = { { .start = 0x0000, .end = 0x007f, .idx = 0 }, { .start = 0x00a0, .end = 0x00c9, .idx = -32 }, -- cgit 1.4.1