summaryrefslogtreecommitdiff
path: root/lib/formats.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-03-07 08:20:03 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-03-07 08:20:03 +0200
commit3be0a4b2f863e213af45b0495254108c13415a1f (patch)
tree5e5bcff1c5aef0b81762a58140081e1231c01057 /lib/formats.c
parent2e3972aebf3db7a6fce83619ea106b80145ed923 (diff)
downloadrpm-3be0a4b2f863e213af45b0495254108c13415a1f.tar.gz
rpm-3be0a4b2f863e213af45b0495254108c13415a1f.tar.bz2
rpm-3be0a4b2f863e213af45b0495254108c13415a1f.zip
Another pile of read-only constants marked as such..
Diffstat (limited to 'lib/formats.c')
-rw-r--r--lib/formats.c4
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.