]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.cc
* apt-inst/contrib/arfile.cc:
[apt.git] / apt-pkg / pkgrecords.cc
index e506de73a63863a6e2d60e1737be8249d29f8198..a5dab22ffd57f5bce52158f5562ffc528caefc83 100644 (file)
@@ -23,8 +23,8 @@
 pkgRecords::pkgRecords(pkgCache &Cache) : Cache(Cache), 
   Files(Cache.HeaderP->PackageFileCount)
 {
-   for (pkgCache::PkgFileIterator I = Cache.FileBegin();
-        I.end() == false; I++)
+   for (pkgCache::PkgFileIterator I = Cache.FileBegin(); 
+       I.end() == false; I++)
    {
       const pkgIndexFile::Type *Type = pkgIndexFile::Type::GetType(I.IndexType());
       if (Type == 0)