summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-04-21 00:27:45 +0000
committerjbj <devnull@localhost>2000-04-21 00:27:45 +0000
commitab3e4a08a7985f9ccb8bd8611adecec5567e6e18 (patch)
tree40ed795463e29cd937b42564d7d8862302cd2f59 /lib
parent4da5ec06876561b74ce246d710d88cf5806d5a00 (diff)
downloadlibrpm-tizen-ab3e4a08a7985f9ccb8bd8611adecec5567e6e18.tar.gz
librpm-tizen-ab3e4a08a7985f9ccb8bd8611adecec5567e6e18.tar.bz2
librpm-tizen-ab3e4a08a7985f9ccb8bd8611adecec5567e6e18.zip
Typo.
CVS patchset: 3693 CVS date: 2000/04/21 00:27:45
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmdb.c b/lib/rpmdb.c
index 5a8ea1161..2542269b9 100644
--- a/lib/rpmdb.c
+++ b/lib/rpmdb.c
@@ -314,7 +314,7 @@ static int dbiOpenIndex(rpmdb rpmdb, int dbix)
case 2:
case 1:
case 0:
- if (mydbvecs[dbi->dbi_major] == NULL)
+ if (mydbvecs[dbi->dbi_major] == NULL) {
rc = 1;
break;
}