Fixing typos.
This commit is contained in:
parent
739673335c
commit
6452a9ce36
@ -490,7 +490,7 @@ Those blocks of code are not compiled unless you define `EXIV2_DEBUG_MESSAGES`.
|
||||
```bash
|
||||
$ cd <exiv2dir>
|
||||
$ touch src/webpimage.cpp
|
||||
$ make CXXFLAGS=-DEXIV2_DEBUG_MESSAGES
|
||||
$ make CXX_FLAGS=-DEXIV2_DEBUG_MESSAGES
|
||||
$ bin/exiv2 ...
|
||||
-- or --
|
||||
$ sudo make install
|
||||
|
||||
@ -115,10 +115,10 @@ try {
|
||||
shortLong.insert("Exif.Photo.PixelXDimension");
|
||||
shortLong.insert("Exif.Photo.PixelYDimension");
|
||||
shortLong.insert("Exif.Photo.ImageLength");
|
||||
shortLong.insert("Exif.Photo.ImageWidth);
|
||||
shortLong.insert("Exif.Photo.RowsPerStrip);
|
||||
shortLong.insert("Exif.Photo.StripOffsets);
|
||||
shortLong.insert("Exif.Photo.StripByteCounts);
|
||||
shortLong.insert("Exif.Photo.ImageWidth");
|
||||
shortLong.insert("Exif.Photo.RowsPerStrip");
|
||||
shortLong.insert("Exif.Photo.StripOffsets");
|
||||
shortLong.insert("Exif.Photo.StripByteCounts");
|
||||
|
||||
auto end = exifData.end();
|
||||
for (auto i = exifData.begin(); i != end; ++i) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user