Another lint checker molifying tweak

main
Jim Easterbrook 2 years ago committed by Rosen Penev
parent d3fb45b134
commit 9832e682d7

@ -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

Loading…
Cancel
Save