aboutsummaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-18 05:49:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-18 05:49:49 +0000
commit951ba1bd0fd5582c507a807b5fe0dd8454b5271c (patch)
treea57ba3b56a95c00675b01f68254610ffab8948e7 /src/html.c
parentd391fd2c9f96506e4341d6e635b88b27c7e7409e (diff)
force output of newline when output HTML.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@184 ee746299-78ed-0310-b773-934348b2243d
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);