From ba23e4b69341e5f3f2dbcd824663e75ebe2a581f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Nov 2006 15:35:18 +0000 Subject: Update project URL. svn path=/trunk/netsurf/; revision=3073 --- riscos/image.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'riscos/image.c') diff --git a/riscos/image.c b/riscos/image.c index d5ae8d6e4..531b0770a 100644 --- a/riscos/image.c +++ b/riscos/image.c @@ -1,5 +1,5 @@ /* - * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * This file is part of NetSurf, http://netsurf-browser.org/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2004 John M Bell @@ -49,11 +49,11 @@ bool image_redraw(osspriteop_area *area, int x, int y, int req_width, bool repeatx, bool repeaty, bool background, image_type type) { unsigned int tinct_options; - + /* failed decompression/loading can result in no image being present */ if (!area) return false; - + osspriteop_id header = (osspriteop_id) ((char*) area + area->first); req_width *= 2; @@ -114,7 +114,7 @@ bool image_redraw_tinct(osspriteop_id header, int x, int y, /* Set up our flagword */ tinct_options |= background_colour << tinct_BACKGROUND_SHIFT; - if (print_active) + if (print_active) tinct_options |= tinct_USE_OS_SPRITE_OP; if (repeatx) tinct_options |= tinct_FILL_HORIZONTALLY; -- cgit v1.2.3