diff --git a/Utils/otbKmzExport.cxx b/Utils/otbKmzExport.cxx
index 9e09f7a422af9ef3b6866841a5a7a6e349b238f3..2cae31d99ccde08349c21b2cd599fb57bb31989d 100644
--- a/Utils/otbKmzExport.cxx
+++ b/Utils/otbKmzExport.cxx
@@ -74,5 +74,6 @@ int KmzExport::Execute(otb::ApplicationOptionsResult* parseResult)
   // trigger the writing
   kmzWriter->Update();
 
+  return EXIT_SUCCESS;
 }
 }