diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2014-09-02 20:39:21 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2014-12-03 12:25:51 +0100 |
commit | 4b8638cfa35ecacf7418ec8933f971577652bb79 (patch) | |
tree | 41fcad38598a0d0ec6e54ace3e7411aea455b86d /source/fitz | |
parent | 026e27be430c5d1dca82f087ed1dc1a594232b70 (diff) | |
download | mupdf-4b8638cfa35ecacf7418ec8933f971577652bb79.tar.xz |
html: Add scaffolding.
Diffstat (limited to 'source/fitz')
-rw-r--r-- | source/fitz/document-all.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fitz/document-all.c b/source/fitz/document-all.c index e1eb4a58..1b8c52c1 100644 --- a/source/fitz/document-all.c +++ b/source/fitz/document-all.c @@ -7,4 +7,5 @@ void fz_register_document_handlers(fz_context *ctx) fz_register_document_handler(ctx, &cbz_document_handler); fz_register_document_handler(ctx, &img_document_handler); fz_register_document_handler(ctx, &tiff_document_handler); + fz_register_document_handler(ctx, &html_document_handler); } |