wrong value there

This commit is contained in:
HumanDynamo 2010-05-31 13:56:04 +00:00
parent f3eebd4d19
commit 0ac95e9006

View File

@ -193,9 +193,9 @@ namespace Exiv2 {
//! Lookup table to translate Sony AF illuminator values to readable labels
extern const TagDetails sonyAFIlluminator[] = {
{ 0, N_("Off") },
{ 1, N_("On") },
{ 2, N_("n/a") }
{ 0, N_("Off") },
{ 1, N_("On") },
{ 65535, N_("n/a") }
};
//! Lookup table to translate Sony macro mode values to readable labels