diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2014-10-13 16:16:28 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2014-12-03 12:25:51 +0100 |
commit | 5cb1a29be4993d72cf6ab2af128135e2b7e40dd2 (patch) | |
tree | 30c513041af51dafd7d859664bd28922150053b3 /source/html/handler.c | |
parent | 9d1482bc78d72ba330c2130170b49b4e18702623 (diff) | |
download | mupdf-5cb1a29be4993d72cf6ab2af128135e2b7e40dd2.tar.xz |
html: Parse inline style attributes.
Diffstat (limited to 'source/html/handler.c')
-rw-r--r-- | source/html/handler.c | 2 |
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 |