Skip to content
Snippets Groups Projects
Commit c370824f authored by Julien Malik's avatar Julien Malik
Browse files

BUG: missing return statement

parent b78dc13b
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,8 @@ int DEMConvertAdapter::Convert(std::string tempFilename, std::string output) ...@@ -127,6 +127,8 @@ int DEMConvertAdapter::Convert(std::string tempFilename, std::string output)
itkExceptionMacro("Error detected in the image writer..."); itkExceptionMacro("Error detected in the image writer...");
return EXIT_FAILURE; return EXIT_FAILURE;
} }
return EXIT_SUCCESS;
} }
} // namespace otb } // namespace otb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment