From bad3d167a335f3c33678050e59d2e5d4e1b97bb7 Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 13 Jul 2005 13:48:56 +0000 Subject: [PATCH] COMP: Fix compile warning --- Example/AnonymizeNoLoad.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } -- 2.48.1