From 62152aae38c857d8e307d2264340e6e145332e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Sat, 9 Sep 2017 14:12:21 +0200 Subject: [PATCH] message cleanup --- bigtiff/parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }