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 --- image/gif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'image/gif.c') diff --git a/image/gif.c b/image/gif.c index 5bd2c25aa..02148f264 100644 --- a/image/gif.c +++ b/image/gif.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 2003 John M Bell @@ -118,7 +118,7 @@ bool nsgif_convert(struct content *c, int iwidth, int iheight) { void nsgif_invalidate(struct bitmap *bitmap, void *private_word) { struct gif_animation *gif = (struct gif_animation *)private_word; - + gif->decoded_frame = -1; } @@ -190,7 +190,7 @@ void nsgif_animate(void *p) struct gif_animation *gif; int delay; int f; - + /* Advance by a frame, updating the loop count accordingly */ gif = c->data.gif.gif; -- cgit v1.2.3