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/package.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/package.c')
-rw-r--r-- | lib/package.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/package.c b/lib/package.c index 66af9e860..a78427420 100644 --- a/lib/package.c +++ b/lib/package.c @@ -23,7 +23,7 @@ static int _print_pkts = 0; -static unsigned int nkeyids_max = 256; +static const unsigned int nkeyids_max = 256; static unsigned int nkeyids = 0; static unsigned int nextkeyid = 0; static unsigned int * keyids; |