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/rpmlock.c | |
parent | 2e3972aebf3db7a6fce83619ea106b80145ed923 (diff) | |
download | rpm-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.c | 2 |
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 { |