From 3be0a4b2f863e213af45b0495254108c13415a1f Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 7 Mar 2008 08:20:03 +0200 Subject: Another pile of read-only constants marked as such.. --- lib/formats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/formats.c') 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. -- cgit v1.2.3