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

ENH : missing return value

parent bbace06f
No related branches found
No related tags found
No related merge requests found
......@@ -74,5 +74,6 @@ int KmzExport::Execute(otb::ApplicationOptionsResult* parseResult)
// trigger the writing
kmzWriter->Update();
return EXIT_SUCCESS;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment