From ca6401f0a2db09daee60d4419b340cab71d890d3 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Wed, 17 Oct 2007 08:34:50 +0000
Subject: [PATCH] =?UTF-8?q?Ajout=20=C3=A0=20la=20fin=20du=20main()=20:=20r?=
 =?UTF-8?q?eturn=20EXIT=5FSUCCESS;?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Examples/FeatureExtraction/SeamCarvingOtherExample.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx b/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx
index 466aa72cec..9735832d24 100644
--- a/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx
+++ b/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx
@@ -221,6 +221,7 @@ int main(int argc, char ** argv)
   // \end{figure}
   //
   // Software Guide : EndLatex
-  
+
+   return EXIT_SUCCESS; 
 }
 
-- 
GitLab