]> Creatis software - gdcm.git/commitdiff
BUG: ooops
authormalaterre <malaterre>
Fri, 21 Oct 2005 15:02:31 +0000 (15:02 +0000)
committermalaterre <malaterre>
Fri, 21 Oct 2005 15:02:31 +0000 (15:02 +0000)
Testing/TestAllVM.cxx

index e50656fcc5916774ba7091969a39b015aa075690..3b108d14b659f2839ce3c5da19269bdd1492d90f 100644 (file)
@@ -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;
 }