From d3b7c9febd38e10038794f9265834bf6aa873d06 Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 11 Feb 2005 12:18:52 +0000 Subject: [PATCH] correct misstyping --- Testing/TestMakeIcon.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } -- 2.48.1