Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JorjMcKie committed Dec 18, 2024
1 parent a10b49e commit 4fe790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15003,7 +15003,7 @@ def JM_create_widget(doc, page, type, fieldname):
sigflags = old_sigflags | (SigFlag_SignaturesExist | SigFlag_AppendOnly)
mupdf.pdf_dict_putl(
mupdf.pdf_trailer(doc),
mupdf.pdf_new_nt(sigflags),
mupdf.pdf_new_int(sigflags),
PDF_NAME('Root'),
PDF_NAME('AcroForm'),
PDF_NAME('SigFlags'),
Expand Down

0 comments on commit 4fe790f

Please sign in to comment.