diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 08:20:03 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 08:20:03 +0200 |
commit | 3be0a4b2f863e213af45b0495254108c13415a1f (patch) | |
tree | 5e5bcff1c5aef0b81762a58140081e1231c01057 /lib/formats.c | |
parent | 2e3972aebf3db7a6fce83619ea106b80145ed923 (diff) | |
download | librpm-tizen-3be0a4b2f863e213af45b0495254108c13415a1f.tar.gz librpm-tizen-3be0a4b2f863e213af45b0495254108c13415a1f.tar.bz2 librpm-tizen-3be0a4b2f863e213af45b0495254108c13415a1f.zip |
Another pile of read-only constants marked as such..
Diffstat (limited to 'lib/formats.c')
-rw-r--r-- | lib/formats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/formats.c b/lib/formats.c index cb8f13c50..4e2d457b4 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -804,9 +804,9 @@ static int filerequireTag(Header h, rpmTagType* type, #if defined(ENABLE_NLS) extern int _nl_msg_cat_cntr; /* XXX GNU gettext voodoo */ #endif -static const char * language = "LANGUAGE"; +static const char * const language = "LANGUAGE"; -static const char * _macro_i18ndomains = "%{?_i18ndomains}"; +static const char * const _macro_i18ndomains = "%{?_i18ndomains}"; /** * Retrieve i18n text. |