diff --git a/Testing/Code/IO/otbDEMHandlerTest.cxx b/Testing/Code/IO/otbDEMHandlerTest.cxx index c2766dfb8568a2a53fbae461e46ec3c20d0d90b7..6954d9f89b3db6bc059468421ca7f36f79b40e6e 100644 --- a/Testing/Code/IO/otbDEMHandlerTest.cxx +++ b/Testing/Code/IO/otbDEMHandlerTest.cxx @@ -48,7 +48,7 @@ int otbDEMHandlerTest(int argc, char * argv[]) std::ofstream file; file.open(outputfilename); file << "--- HEIGHT ABOVE MSL TEST ---" << std::endl; - file << " geoPoint: "<<geoPoint[1]<<"; "<<geoPoint[0]<< std::endl; + file << " geoPoint: "<<geoPoint[1]<<" ; "<<geoPoint[0]<< std::endl; file << " -> Height: "<<height<< std::endl; file.close();