Minor cleanup to rpmdbAdd()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 30 Mar 2010 21:43:34 +0000 (00:43 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 30 Mar 2010 21:43:34 +0000 (00:43 +0300)
commit668a265e8c5b1d55e1e7a013e75fd3c115d431e2
treee431bb176c772a8546b34da5610cab61a307f304
parent19c7dbcca8f635d9fedb15b52ef9131ef68c97d9
Minor cleanup to rpmdbAdd()
- move dbiOpen() + check to more sensible place, curing the
  busted indentation
- initialize at declaration save a few unnecessary lines
lib/rpmdb.c