Eliminate pointless increment
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Sep 2009 08:52:47 +0000 (11:52 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Sep 2009 08:52:47 +0000 (11:52 +0300)
lib/header.c

index d4d2138..45bbc2d 100644 (file)
@@ -812,7 +812,6 @@ Header headerLoad(void * uh)
        if (rdlen != dl)
            goto errxit;
        entry->rdlen = rdlen;
-       entry++;
        h->indexUsed++;
     } else {
        int32_t rdl;