diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-15 16:03:18 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-15 16:03:18 +0200 |
commit | dc9c504ae6de92c84e272f4a6e4f68c350236e23 (patch) | |
tree | 110eadeb8315212704975cb37c8c6a23fbf46afc /lib/rpminstall.c | |
parent | bc93e6bc874a8a07e33f7e77a8f09bde5588eeaf (diff) | |
download | librpm-tizen-dc9c504ae6de92c84e272f4a6e4f68c350236e23.tar.gz librpm-tizen-dc9c504ae6de92c84e272f4a6e4f68c350236e23.tar.bz2 librpm-tizen-dc9c504ae6de92c84e272f4a6e4f68c350236e23.zip |
Another bunch of bogus const removals
Diffstat (limited to 'lib/rpminstall.c')
-rw-r--r-- | lib/rpminstall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpminstall.c b/lib/rpminstall.c index 76d0c6c00..fed2905c0 100644 --- a/lib/rpminstall.c +++ b/lib/rpminstall.c @@ -252,7 +252,7 @@ int rpmInstall(rpmts ts, rpmps ps; rpmprobFilterFlags probFilter; rpmRelocation * relocations; -const char * fileURL = NULL; + const char * fileURL = NULL; int stopInstall = 0; const char ** av = NULL; rpmVSFlags vsflags, ovsflags, tvsflags; |