Skip to content

Commit 10454fd

Browse files
committed
Fix tag name
1 parent 6fb0c9a commit 10454fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MetadataExtractor/Formats/Exif/ExifDirectoryBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ protected static void AddExifTagNames(Dictionary<int, string> map)
895895
map[TagLensModel] = "Lens Model";
896896
map[TagLensSerialNumber] = "Lens Serial Number";
897897
map[TagGdalMetadata] = "GDAL Metadata";
898-
map[TagGdalNoData] = "GDAL No Data";
898+
map[TagGdalNoData] = "GDAL NoData";
899899
map[TagGamma] = "Gamma";
900900
map[TagPrintImageMatchingInfo] = "Print Image Matching (PIM) Info";
901901
map[TagPanasonicTitle] = "Panasonic Title";

0 commit comments

Comments
 (0)