Wrap fix.

svn path=/trunk/netsurf/; revision=12338
This commit is contained in:
Michael Drake 2011-05-09 10:05:10 +00:00
parent 046d615a5d
commit 2fbce3df3f
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}