Skip to content

Commit

Permalink
Another lint checker molifying tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Dec 14, 2023
1 parent 388c6c0 commit f184c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/canonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,8 @@ const TagInfo* CanonMakerNote::tagListLiOp() {
// Canon LensInfo Tag
constexpr TagInfo CanonMakerNote::tagInfoLe_[] = {
{0x0000, "LensSerialNumber", N_("Lens Serial Number"),
N_("Lens Serial Number. Convert each byte to hexadecimal to get two "
"digits of the lens serial number."),
N_("Lens Serial Number. Convert each byte to hexadecimal to get two "
"digits of the lens serial number."),
IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, printLe0x0000},
{0xffff, "(UnkownCanonLensInfoTag)", "(UnkownCanonLensInfoTag)", N_("UnkownCanonLensInfoTag"), IfdId::canonLeId,
SectionId::makerTags, undefined, 1, printValue} // important to add end of tag
Expand Down

0 comments on commit f184c05

Please sign in to comment.