summaryrefslogtreecommitdiff
path: root/lib/rpmlock.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/rpmlock.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/rpmlock.c')
-rw-r--r--lib/rpmlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmlock.c b/lib/rpmlock.c
index d898af641..853368c89 100644
--- a/lib/rpmlock.c
+++ b/lib/rpmlock.c
@@ -13,7 +13,7 @@
/* Internal interface */
#define RPMLOCK_PATH LOCALSTATEDIR "/lock/rpm/transaction"
-static const char * rpmlock_path_default = "%{?_rpmlock_path}";
+static const char * const rpmlock_path_default = "%{?_rpmlock_path}";
static const char * rpmlock_path = NULL;
enum {