Skip to content

Commit

Permalink
Merge pull request #62 from rosswc-tempe/fix-duplicate-enum-values
Browse files Browse the repository at this point in the history
Fix duplicate values in SupportedSize enum
  • Loading branch information
soukoku authored Jul 12, 2024
2 parents e7dffaa + bc8b257 commit bf2bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NTwain/Data/TwainValues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ public enum SupportedSize : ushort
IsoB5 = 29,
IsoB7 = 30,
IsoB8 = 31,
IsoB9 = 31,
IsoB9 = 32,
IsoB10 = 33,
JisB0 = 34,
JisB1 = 35,
Expand Down

0 comments on commit bf2bd6d

Please sign in to comment.