aboutsummaryrefslogtreecommitdiff
path: root/libsylph/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/html.c')
-rw-r--r--libsylph/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/html.c b/libsylph/html.c
index 7ba2acd3..842dae2e 100644
--- a/libsylph/html.c
+++ b/libsylph/html.c
@@ -307,7 +307,7 @@ static HTMLTag *html_get_tag(const gchar *str)
{
HTMLTag *tag;
gchar *tmp;
- guchar *tmpp;
+ gchar *tmpp;
g_return_val_if_fail(str != NULL, NULL);