evas sw map render - make more optimal (but compiler already did it)

as pointed out by y.usishchev@samsung.com - this code is copy & paste
badness, but the compiler optimizer fixed it up already, so it made no
difference in real life.
This commit is contained in:
Carsten Haitzler 2013-07-19 18:29:52 +09:00
parent ea7bc3f670
commit f325a38632
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
cv += cd; // col
# endif
# else
*d = INTERP_256(rv, val3, val1);
*d = val1;
# endif
# endif
u += ud;