diff options
Diffstat (limited to 'source/fitz/document-all.c')
-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 1b8c52c1..bfe57592 100644 --- a/source/fitz/document-all.c +++ b/source/fitz/document-all.c @@ -8,4 +8,5 @@ void fz_register_document_handlers(fz_context *ctx) fz_register_document_handler(ctx, &img_document_handler); fz_register_document_handler(ctx, &tiff_document_handler); fz_register_document_handler(ctx, &html_document_handler); + fz_register_document_handler(ctx, &epub_document_handler); } |