From e84fa19ba60678d3a3f048bac5ed2d9c1f3bf9b0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 27 Mar 2009 02:15:24 +0000 Subject: Squash warning svn path=/trunk/netsurf/; revision=6925 --- riscos/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/image.c b/riscos/image.c index 9b3eaa5db..46d2d3aa3 100644 --- a/riscos/image.c +++ b/riscos/image.c @@ -165,7 +165,7 @@ bool image_redraw_tinct(osspriteop_id header, int x, int y, bool image_redraw_os(osspriteop_id header, int x, int y, int req_width, int req_height, int width, int height) { - unsigned int size; + int size; os_factors f; osspriteop_trans_tab *table; os_error *error; -- cgit v1.2.3