diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 08:15:03 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 08:15:03 +0200 |
commit | 2e3972aebf3db7a6fce83619ea106b80145ed923 (patch) | |
tree | e2d07397aab6da113b8fd7a175bad37e1b4927c8 /lib/rpmlead.c | |
parent | 8e7bc88eda21acdee7552980738cbded4831f950 (diff) | |
download | librpm-tizen-2e3972aebf3db7a6fce83619ea106b80145ed923.tar.gz librpm-tizen-2e3972aebf3db7a6fce83619ea106b80145ed923.tar.bz2 librpm-tizen-2e3972aebf3db7a6fce83619ea106b80145ed923.zip |
Mark another pile of header_magic duplicates as read-only
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r-- | lib/rpmlead.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c index 1c82f02ac..7991774cc 100644 --- a/lib/rpmlead.c +++ b/lib/rpmlead.c @@ -15,7 +15,7 @@ #include "debug.h" -static unsigned char lead_magic[] = { +static unsigned char const lead_magic[] = { RPMLEAD_MAGIC0, RPMLEAD_MAGIC1, RPMLEAD_MAGIC2, RPMLEAD_MAGIC3 }; |