summaryrefslogtreecommitdiff
path: root/pdf/pdf_annot.c
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/pdf_annot.c')
-rw-r--r--pdf/pdf_annot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_annot.c b/pdf/pdf_annot.c
index 2fc9d7bb..8401d79b 100644
--- a/pdf/pdf_annot.c
+++ b/pdf/pdf_annot.c
@@ -204,7 +204,7 @@ pdf_load_annots(pdf_annot **annotp, pdf_xref *xref, fz_obj *annots)
error = pdf_load_xobject(&form, xref, n);
if (error)
{
- fz_catch(error, "ignoring broken annotation");
+ fz_error_handle(error, "ignoring broken annotation");
continue;
}