summaryrefslogtreecommitdiff
path: root/image/gif.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-11-27 15:35:18 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-11-27 15:35:18 +0000
commitba23e4b69341e5f3f2dbcd824663e75ebe2a581f (patch)
treed93a5298ee620a916237da4d740cede5034a80c1 /image/gif.c
parent8e530e68ae718f8675e7dcd41528d20e54a0d1bb (diff)
downloadnetsurf-ba23e4b69341e5f3f2dbcd824663e75ebe2a581f.tar.gz
netsurf-ba23e4b69341e5f3f2dbcd824663e75ebe2a581f.tar.bz2
Update project URL.
svn path=/trunk/netsurf/; revision=3073
Diffstat (limited to 'image/gif.c')
-rw-r--r--image/gif.c6
1 files changed, 3 insertions, 3 deletions
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 <jmb202@ecs.soton.ac.uk>
@@ -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;