X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.cxx;h=361f451aa1f1c208da259e29f59a5afe6feb4279;hb=b1ab6f0e358f0fe1894b0198c7e0b57440e13c72;hp=55241b812c62183918f22d5748eb3c1090943306;hpb=e8caac199c2683cb0f118c42c61dc6aec85b1eec;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.cxx b/src/gdcmRLEFramesInfo.cxx index 55241b81..361f451a 100644 --- a/src/gdcmRLEFramesInfo.cxx +++ b/src/gdcmRLEFramesInfo.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFramesInfo.cxx,v $ Language: C++ - Date: $Date: 2005/01/16 04:50:42 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/01/24 16:10:53 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,6 +37,7 @@ RLEFramesInfo::~RLEFramesInfo() */ void RLEFramesInfo::Print( std::ostream &os, std::string indent ) { + os << std::endl; os << indent << "----------------- RLE frames --------------------------------" << std::endl;