Clean up rpmrc include processing a bit
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 27 May 2011 06:40:23 +0000 (09:40 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 27 May 2011 12:05:22 +0000 (15:05 +0300)
commit9202f7daa6ba98b55fdd8478aa6e4680f8ab3e23
tree1e434cac517a7ca4003b9cdce1ec80aed474a7c0
parente425e75311d0c6f6e12ea24d84d2f01759de46f9
Clean up rpmrc include processing a bit
- Eliminate pointless switch-case when we only care about one
  possibility here. Also eliminate a dead-increment which becomes
  more obvious now with the surroundings unobfuscated.
lib/rpmrc.c