diff --git a/bigtiff/parse.cpp b/bigtiff/parse.cpp index cf2bc939..3e9a534e 100644 --- a/bigtiff/parse.cpp +++ b/bigtiff/parse.cpp @@ -391,7 +391,7 @@ void printIFD(Exiv2::BasicIo& io, std::ostream& out, Exiv2::PrintStructureOption int main(int argc,const char* argv[]) { int result = 0; - bool bSwap = false; + bool bSwap = false; uint32_t offset = 0; if ( argc > 0 ) {