summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/bitmap.h2
-rw-r--r--image/bmp.c2
-rw-r--r--image/bmp.h2
-rw-r--r--image/bmpread.c2
-rw-r--r--image/bmpread.h2
-rw-r--r--image/gif.c6
-rw-r--r--image/gif.h2
-rw-r--r--image/gifread.c6
-rw-r--r--image/gifread.h2
-rw-r--r--image/ico.c2
-rw-r--r--image/ico.h2
-rw-r--r--image/jpeg.c2
-rw-r--r--image/jpeg.h2
-rw-r--r--image/mng.c2
-rw-r--r--image/mng.h2
15 files changed, 19 insertions, 19 deletions
diff --git a/image/bitmap.h b/image/bitmap.h
index 3581564b5..57955ae9d 100644
--- a/image/bitmap.h
+++ b/image/bitmap.h
@@ -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 James Bursa <bursa@users.sourceforge.net>
diff --git a/image/bmp.c b/image/bmp.c
index 1eaef0592..c58bc044f 100644
--- a/image/bmp.c
+++ b/image/bmp.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 2006 Richard Wilson <info@tinct.net>
diff --git a/image/bmp.h b/image/bmp.h
index 11f329b4d..3cc31cfd2 100644
--- a/image/bmp.h
+++ b/image/bmp.h
@@ -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 2006 Richard Wilson <info@tinct.net>
diff --git a/image/bmpread.c b/image/bmpread.c
index d4f3940c8..e9d71588c 100644
--- a/image/bmpread.c
+++ b/image/bmpread.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 2006 Richard Wilson <info@tinct.net>
diff --git a/image/bmpread.h b/image/bmpread.h
index 60b9d9854..379d8cecb 100644
--- a/image/bmpread.h
+++ b/image/bmpread.h
@@ -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 2006 Richard Wilson <info@tinct.net>
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;
diff --git a/image/gif.h b/image/gif.h
index 88b50e947..d0020a1b8 100644
--- a/image/gif.h
+++ b/image/gif.h
@@ -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 Richard Wilson <not_ginger_matt@users.sourceforge.net>
diff --git a/image/gifread.c b/image/gifread.c
index 52aa6254f..e8bf059bf 100644
--- a/image/gifread.c
+++ b/image/gifread.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 Richard Wilson <not_ginger_matt@users.sourceforge.net>
@@ -925,9 +925,9 @@ static bool gif_next_LZW(struct gif_animation *gif) {
return false;
}
}
-
+
*stack_pointer++ = firstcode = table[1][code];
-
+
if ((code = max_code) < (1 << GIF_MAX_LZW)) {
table[0][code] = oldcode;
table[1][code] = firstcode;
diff --git a/image/gifread.h b/image/gifread.h
index 5099ae4fe..ec6bbf7f8 100644
--- a/image/gifread.h
+++ b/image/gifread.h
@@ -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 Richard Wilson <not_ginger_matt@users.sourceforge.net>
diff --git a/image/ico.c b/image/ico.c
index cdb21eb57..546727595 100644
--- a/image/ico.c
+++ b/image/ico.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 2006 Richard Wilson <info@tinct.net>
diff --git a/image/ico.h b/image/ico.h
index 401962e96..b02ddcf5e 100644
--- a/image/ico.h
+++ b/image/ico.h
@@ -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 2006 Richard Wilson <info@tinct.net>
diff --git a/image/jpeg.c b/image/jpeg.c
index 197a977b4..87d251bac 100644
--- a/image/jpeg.c
+++ b/image/jpeg.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 James Bursa <bursa@users.sourceforge.net>
diff --git a/image/jpeg.h b/image/jpeg.h
index 9375a10b6..3cc2b7917 100644
--- a/image/jpeg.h
+++ b/image/jpeg.h
@@ -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 James Bursa <bursa@users.sourceforge.net>
diff --git a/image/mng.c b/image/mng.c
index 19123ca7e..37ca1460a 100644
--- a/image/mng.c
+++ b/image/mng.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 2005 Richard Wilson <info@tinct.net>
diff --git a/image/mng.h b/image/mng.h
index 1dbcb849c..6e729cf64 100644
--- a/image/mng.h
+++ b/image/mng.h
@@ -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 Richard Wilson <not_ginger_matt@users.sourceforge.net>