diff --git a/image/gif.c b/image/gif.c index 798097bf5..5812952c1 100644 --- a/image/gif.c +++ b/image/gif.c @@ -360,7 +360,8 @@ static bool nsgif_redraw(struct content *c, int x, int y, if (repeat_y) flags |= BITMAPF_REPEAT_Y; - return plot.bitmap(x, y, width, height, c->bitmap, background_colour, flags); + return plot.bitmap(x, y, width, height, c->bitmap, + background_colour, flags); }