Minor tweak to satisfy lint checker

main
Jim Easterbrook 2 years ago committed by Rosen Penev
parent 0811c80101
commit d3fb45b134

@ -1081,8 +1081,7 @@ constexpr TagInfo CanonMakerNote::tagInfoLe_[] = {
{0x0000, "LensSerialNumber", N_("Lens Serial Number"), {0x0000, "LensSerialNumber", N_("Lens Serial Number"),
N_("Lens Serial Number. Convert each byte to hexadecimal to get two " N_("Lens Serial Number. Convert each byte to hexadecimal to get two "
"digits of the lens serial number."), "digits of the lens serial number."),
IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, printLe0x0000},
printLe0x0000},
{0xffff, "(UnkownCanonLensInfoTag)", "(UnkownCanonLensInfoTag)", N_("UnkownCanonLensInfoTag"), IfdId::canonLeId, {0xffff, "(UnkownCanonLensInfoTag)", "(UnkownCanonLensInfoTag)", N_("UnkownCanonLensInfoTag"), IfdId::canonLeId,
SectionId::makerTags, undefined, 1, printValue} // important to add end of tag SectionId::makerTags, undefined, 1, printValue} // important to add end of tag
}; };

Loading…
Cancel
Save