diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-10-07 10:48:59 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-10-07 10:50:23 +0200 |
commit | 7d6f9f74c8292d63cc3b574eb84919c54946e679 (patch) | |
tree | b000ccdf3505f4e0a94de931ff5d09b876cfc419 /iconvdata/cp775.h | |
parent | e88c14d009de6f6899ec70688c93a9118f0262be (diff) | |
download | glibc-7d6f9f74c8292d63cc3b574eb84919c54946e679.tar.gz glibc-7d6f9f74c8292d63cc3b574eb84919c54946e679.tar.xz glibc-7d6f9f74c8292d63cc3b574eb84919c54946e679.zip |
iconvdata: Add missing const to lookup table definitions
Diffstat (limited to 'iconvdata/cp775.h')
-rw-r--r-- | iconvdata/cp775.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |