evas bmp loader - fix warnings about same type handled twice
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 28 Jul 2017 11:39:44 +0000 (20:39 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 29 Jul 2017 00:08:40 +0000 (09:08 +0900)
commit64dc6ab056bed36e21c215c47fb81f26dec3396e
tree3000841b57f524e63fb11c0cbeccca9bc82d37b2
parent02a07caca4c33c76c8174d6bc8e2edbd9e8c4a0d
evas bmp loader - fix warnings about same type handled twice

so a type we handle earlir inan if we re-handle as invalid later. this
wouldnt lead to a crash or bugs as the if's would ned to be evaluated
in order normally, but it's good to get it right.

found by PVS studio
src/modules/evas/image_loaders/bmp/evas_image_load_bmp.c