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 --- utils/themes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/themes.c') diff --git a/utils/themes.c b/utils/themes.c index 4f5322134..0387a1d1d 100644 --- a/utils/themes.c +++ b/utils/themes.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 Rob Kendrick @@ -9,7 +9,7 @@ struct theme_descriptor; -/** +/** * Initialise the themes interface. This must be called once only before any * other themes_ functions are called. It will enumerate all the themes * found in the directory path names passed. Further themes can be added at @@ -63,7 +63,7 @@ struct theme_descriptor *themes_open(const unsigned char *themename) * from it. * * \param theme Theme that the caller is finished with. - */ + */ void themes_close(struct theme_descriptor *theme) { -- cgit v1.2.3