diff options
Diffstat (limited to 'source/xps/xps-zip.c')
-rw-r--r-- | source/xps/xps-zip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/xps/xps-zip.c b/source/xps/xps-zip.c index c9dc9840..3aca8cdb 100644 --- a/source/xps/xps-zip.c +++ b/source/xps/xps-zip.c @@ -406,7 +406,6 @@ xps_read_zip_part(xps_document *doc, char *partname) } fz_throw(doc->ctx, FZ_ERROR_GENERIC, "cannot find part '%s'", partname); - return NULL; } static int @@ -502,7 +501,6 @@ xps_read_dir_part(xps_document *doc, char *name) } fz_throw(doc->ctx, FZ_ERROR_GENERIC, "cannot find part '%s'", name); - return NULL; } static int |