diff options
Diffstat (limited to 'source/html')
-rw-r--r-- | source/html/epub-doc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/html/epub-doc.c b/source/html/epub-doc.c index 6c776bfa..ed52484c 100644 --- a/source/html/epub-doc.c +++ b/source/html/epub-doc.c @@ -59,6 +59,7 @@ epub_resolve_link(fz_context *ctx, fz_document *doc_, const char *dest, float *x if (yp) *yp = y - page * ch->page_h; return ch->start + page; } + return -1; } return ch->start; } |