Fix a compilation warning

Use parenthesis in a expression with "&" operator
This commit is contained in:
Javier Jardón 2009-10-20 04:06:05 +02:00
parent 33f53e1d04
commit 8e70bc988b

View File

@ -329,7 +329,7 @@ ani_load_chunk (AniLoaderContext *context, GError **error)
(context->Flags & 0x2) != 0,
(context->Flags & 0x1) != 0);
#endif
if (!context->Flags & 0x2)
if (!(context->Flags & 0x2))
{
g_set_error_literal (error,
GDK_PIXBUF_ERROR,