diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-09 11:52:47 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-09 11:52:47 +0300 |
commit | cec00141387db0435a9d60912b7bd3482596eb7a (patch) | |
tree | e3eb949e12f86a37b325894bccf05e500a785554 /lib/header.c | |
parent | 1bc60ab06ed761182c8c530c0e44bc46cf403f61 (diff) | |
download | librpm-tizen-cec00141387db0435a9d60912b7bd3482596eb7a.tar.gz librpm-tizen-cec00141387db0435a9d60912b7bd3482596eb7a.tar.bz2 librpm-tizen-cec00141387db0435a9d60912b7bd3482596eb7a.zip |
Eliminate pointless increment
Diffstat (limited to 'lib/header.c')
-rw-r--r-- | lib/header.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/header.c b/lib/header.c index d4d2138d7..45bbc2dd8 100644 --- a/lib/header.c +++ b/lib/header.c @@ -812,7 +812,6 @@ Header headerLoad(void * uh) if (rdlen != dl) goto errxit; entry->rdlen = rdlen; - entry++; h->indexUsed++; } else { int32_t rdl; |