From 8e70bc988b5fc7589ee949be2f8f768bfd1a173d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 20 Oct 2009 04:06:05 +0200 Subject: [PATCH] Fix a compilation warning Use parenthesis in a expression with "&" operator --- gdk-pixbuf/io-ani.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk-pixbuf/io-ani.c b/gdk-pixbuf/io-ani.c index 389b2c5994..0f42868523 100644 --- a/gdk-pixbuf/io-ani.c +++ b/gdk-pixbuf/io-ani.c @@ -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,