diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-03 15:57:44 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-04 06:04:29 +0100 |
commit | 64d2f902f2d441771a56c4521fb0516c66475721 (patch) | |
tree | 7baf1e558696372d27321deadbe31f04d8c2b941 /tools | |
parent | 15f57a079ea23551e616e0c38a3d3f2ebc3419b4 (diff) | |
download | fiv-64d2f902f2d441771a56c4521fb0516c66475721.tar.gz fiv-64d2f902f2d441771a56c4521fb0516c66475721.tar.xz fiv-64d2f902f2d441771a56c4521fb0516c66475721.zip |
jpeginfo: fix a typo from the TIFF 6.0 spec
Diffstat (limited to 'tools')
-rw-r--r-- | tools/jpeginfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jpeginfo.c b/tools/jpeginfo.c index 05d4568..7393245 100644 --- a/tools/jpeginfo.c +++ b/tools/jpeginfo.c @@ -419,7 +419,7 @@ static struct tiff_entry tiff_entries[] = { {"TransferRange", 342, NULL}, {"JPEGProc", 512, NULL}, {"JPEGInterchangeFormat", 513, NULL}, - {"JPEGInterchangeFormatLngth", 514, NULL}, + {"JPEGInterchangeFormatLength", 514, NULL}, {"JPEGRestartInterval", 515, NULL}, {"JPEGLosslessPredictors", 517, NULL}, {"JPEGPointTransforms", 518, NULL}, |