aboutsummaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.c b/src/html.c
index 6cc04e52..75e82e12 100644
--- a/src/html.c
+++ b/src/html.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2003 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -176,7 +176,7 @@ void html_parser_destroy(HTMLParser *parser)
g_free(parser);
}
-gchar *html_parse(HTMLParser *parser)
+const gchar *html_parse(HTMLParser *parser)
{
parser->state = HTML_NORMAL;
g_string_truncate(parser->str, 0);