message cleanup

This commit is contained in:
Michał Walenciak 2017-09-09 14:12:21 +02:00
parent 26ab6805f5
commit 62152aae38

View File

@ -260,7 +260,7 @@ void printIFD(Exiv2::BasicIo& io, std::ostream& out, Exiv2::PrintStructureOption
if ( bFirst && bPrint )
{
out << indent(depth) << Exiv2::Internal::stringFormat("STRUCTURE OF TIFF FILE") << io.path() << std::endl;
out << indent(depth) << Exiv2::Internal::stringFormat("STRUCTURE OF TIFF FILE ") << io.path() << std::endl;
if (tooBig)
out << indent(depth) << "entries = " << entries << std::endl;
}