ummm, how did that happen? fix evas_common_convert_rgba_to_24bpp_rgb_888

SVN revision: 17312
This commit is contained in:
tsauerbeck 2005-10-08 10:13:43 +00:00 committed by tsauerbeck
parent cc9c9b8997
commit a8f25d2c81
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ evas_common_convert_rgba_to_24bpp_rgb_888(DATA32 *src, DATA8 *dst, int src_jump,
int x, y;
dst_ptr = (DATA8 *)dst;
src_ptr = (DATA8 *)src;
for (y = 0; y < h; y++)
{