diff options
Diffstat (limited to 'gdk/gdkpixbuf-drawable.c')
-rw-r--r-- | gdk/gdkpixbuf-drawable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpixbuf-drawable.c b/gdk/gdkpixbuf-drawable.c index 042db48781..0259534cb4 100644 --- a/gdk/gdkpixbuf-drawable.c +++ b/gdk/gdkpixbuf-drawable.c @@ -345,7 +345,7 @@ rgb8a (GdkImage *image, remap[xx] = 0xff | (colormap->colors[xx].red & 0xff00) << 16 | (colormap->colors[xx].green & 0xff00) << 8 - | (colormap->colors[xx].blue & 0xff00)); + | (colormap->colors[xx].blue & 0xff00); #endif } |