From: jpr Date: Fri, 11 Feb 2005 12:18:52 +0000 (+0000) Subject: correct misstyping X-Git-Tag: Version1.0.bp~31 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d3b7c9febd38e10038794f9265834bf6aa873d06;p=gdcm.git correct misstyping --- diff --git a/Testing/TestMakeIcon.cxx b/Testing/TestMakeIcon.cxx index 05ed0635..b8a80088 100644 --- a/Testing/TestMakeIcon.cxx +++ b/Testing/TestMakeIcon.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestMakeIcon.cxx,v $ Language: C++ - Date: $Date: 2005/02/11 12:14:26 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/02/11 12:18:52 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -104,7 +104,7 @@ int TestMakeIcon (int , char ) return 1; delete fh1; - delete F1; + delete f1; return 0; }