Skip to content

Commit

Permalink
bin/pdfcop: fix typo in analyze_annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Delugré committed Jan 11, 2019
1 parent ad75a41 commit 408b209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pdfcop
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def analyze_annotation(annot, _level = 0)
if annot.is_a?(Origami::Dictionary) and annot.key?(:Subtype)
check_annotation_rights(annot)

analyze_3d_annotation(annot) if annot.subtype.value == :"3D"
analyze_3d_annotation(annot) if annot.Subtype.value == :"3D"
end
end

Expand Down

0 comments on commit 408b209

Please sign in to comment.