From e8a206f92ceb3f1cd007925400938a33e16403e9 Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 21 Oct 2005 15:02:31 +0000 Subject: [PATCH] BUG: ooops --- Testing/TestAllVM.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/TestAllVM.cxx b/Testing/TestAllVM.cxx index e50656fc..3b108d14 100644 --- a/Testing/TestAllVM.cxx +++ b/Testing/TestAllVM.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllVM.cxx,v $ Language: C++ - Date: $Date: 2005/10/21 15:01:28 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/10/21 15:02:31 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -58,10 +58,10 @@ int TestAllVM(int, char *[]) } d = file.GetNextEntry(); - std::cerr << std::endl; // skip a line after each file } i++; + std::cerr << std::endl; // skip a line after each file } return 0; } -- 2.48.1