We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86736ea commit b49a9a0Copy full SHA for b49a9a0
1 file changed
src/extra.i
@@ -1337,9 +1337,9 @@ static PyObject *lll_JM_get_annot_xref_list(pdf_obj *page_obj)
1337
//------------------------------------------------------------------------
1338
static PyObject* JM_get_annot_xref_list(const mupdf::PdfObj& page_obj)
1339
{
1340
- PyObject* names = PyList_New(0);
1341
if (!page_obj.m_internal)
1342
+ PyObject* names = PyList_New(0);
1343
return names;
1344
}
1345
return lll_JM_get_annot_xref_list( page_obj.m_internal);
0 commit comments