summaryrefslogtreecommitdiff
path: root/source/html/handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/handler.c')
-rw-r--r--source/html/handler.c2
1 files changed, 1 insertions, 1 deletions
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