Skip to content

Commit 4fe790f

Browse files
committed
Remove typo
1 parent a10b49e commit 4fe790f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15003,7 +15003,7 @@ def JM_create_widget(doc, page, type, fieldname):
1500315003
sigflags = old_sigflags | (SigFlag_SignaturesExist | SigFlag_AppendOnly)
1500415004
mupdf.pdf_dict_putl(
1500515005
mupdf.pdf_trailer(doc),
15006-
mupdf.pdf_new_nt(sigflags),
15006+
mupdf.pdf_new_int(sigflags),
1500715007
PDF_NAME('Root'),
1500815008
PDF_NAME('AcroForm'),
1500915009
PDF_NAME('SigFlags'),

0 commit comments

Comments
 (0)