diff options
author | jbj <devnull@localhost> | 2000-04-21 00:27:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-04-21 00:27:45 +0000 |
commit | ab3e4a08a7985f9ccb8bd8611adecec5567e6e18 (patch) | |
tree | 40ed795463e29cd937b42564d7d8862302cd2f59 /lib | |
parent | 4da5ec06876561b74ce246d710d88cf5806d5a00 (diff) | |
download | librpm-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.c | 2 |
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; } |