fix coverity complaint (not real bug) - CID 1324882
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 25 Sep 2015 02:17:54 +0000 (11:17 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 25 Sep 2015 02:17:54 +0000 (11:17 +0900)
commit1b6e3f2611f81aeb16e05812bcb2ab91a72378c2
tree6aba62ce76df76d5e918087118a8867222e5f830
parent9ed199d7098098d48778b706d057efa9f3497d58
fix coverity complaint (not real bug) - CID 1324882

coverity complained on the n <=- 0 return. it will never be <= 0 if
rects2 is non-null. this just should make coverity less noisy.
src/lib/evas/common/evas_tiler.c