summaryrefslogtreecommitdiff
path: root/image/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.c')
-rw-r--r--image/gif.c3
1 files changed, 2 insertions, 1 deletions
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);
}