From: malaterre Date: Fri, 21 Oct 2005 15:02:31 +0000 (+0000) Subject: BUG: ooops X-Git-Tag: OpenJPEG.Version1.2~252 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e8a206f92ceb3f1cd007925400938a33e16403e9;p=gdcm.git BUG: ooops --- 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; }