From: malaterre Date: Wed, 13 Jul 2005 13:48:56 +0000 (+0000) Subject: COMP: Fix compile warning X-Git-Tag: Version1.2.bp~306 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bad3d167a335f3c33678050e59d2e5d4e1b97bb7;p=gdcm.git COMP: Fix compile warning --- diff --git a/Example/AnonymizeNoLoad.cxx b/Example/AnonymizeNoLoad.cxx index 3d433d1e..ca173a4c 100644 --- a/Example/AnonymizeNoLoad.cxx +++ b/Example/AnonymizeNoLoad.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: AnonymizeNoLoad.cxx,v $ Language: C++ - Date: $Date: 2005/07/12 14:55:43 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/07/13 13:48:56 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -223,5 +223,6 @@ int main(int argc, char *argv[]) } } + return 0; }