diff --git a/src/canonmn_int.cpp b/src/canonmn_int.cpp index 2a5df545..2016e03a 100644 --- a/src/canonmn_int.cpp +++ b/src/canonmn_int.cpp @@ -1081,8 +1081,7 @@ 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."), - IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, - printLe0x0000}, + 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 };