From 5cb1a29be4993d72cf6ab2af128135e2b7e40dd2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 13 Oct 2014 16:16:28 +0200 Subject: html: Parse inline style attributes. --- source/html/handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/html/handler.c') diff --git a/source/html/handler.c b/source/html/handler.c index 77b362d3..f5002437 100644 --- a/source/html/handler.c +++ b/source/html/handler.c @@ -21,7 +21,7 @@ html_page * html_load_page(html_document *doc, int number) { printf("html: load page %d\n", number); - return "nothing"; + return (html_page*)"nothing"; } void -- cgit v1.2.3