summaryrefslogtreecommitdiff
path: root/rpm2archive.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpm2archive.c')
-rw-r--r--rpm2archive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm2archive.c b/rpm2archive.c
index d0d1e6649..8f97e7020 100644
--- a/rpm2archive.c
+++ b/rpm2archive.c
@@ -187,7 +187,7 @@ static int process_package(rpmts ts, char * filename)
int main(int argc, char *argv[])
{
- int rc, i;
+ int rc = 0, i;
xsetprogname(argv[0]); /* Portability call -- see system.h */
rpmReadConfigFiles(NULL, NULL);