diff --git a/bigtiff/parse.cpp b/bigtiff/parse.cpp index 56585c01..426b200e 100644 --- a/bigtiff/parse.cpp +++ b/bigtiff/parse.cpp @@ -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; }