eet - one place endianess check wasn't explicit - cleaner code if it is

this MAY be a bugfix, but i can't see how after checking the code, but
to keep it conistent and less likely to grow a bug... do this.
This commit is contained in:
Carsten Haitzler 2015-01-14 18:17:19 +09:00
parent 7532dee7bb
commit f4ec47522f
1 changed files with 2 additions and 0 deletions

View File

@ -2359,6 +2359,8 @@ _eet_data_image_decode_inside(const void *data,
Eet_Image_Encoding lossy,
Eet_Colorspace cspace)
{
_eet_image_endian_check();
if (lossy == EET_IMAGE_LOSSLESS && quality == 100)
{
unsigned int *body;