GTK+: use new constant name (#338)

This commit is contained in:
OV2 2018-06-16 16:30:38 +02:00 committed by GitHub
parent 044ebbd057
commit 35389f5595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ internal_convert_mask (void *src_buffer,
unsigned int bpp)
{
#ifdef __BIG_ENDIAN__
if (endianess == ENDIAN_MSB)
if (endianess == ENDIAN_SWAPPED)
#else
if (endianess == ENDIAN_NORMAL)
#endif