X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmParsePixels.cxx;h=080904d665367bdc59a7fad2da44c8531ce20f97;hb=8ac4df8c7543a827c7b89fc9bbcf86625f3c1afe;hp=078884d9c0eb4c120b733a9ecbb6ef52405de566;hpb=179f2dccd14c31668ef175e8e3373bf8b3121bd1;p=gdcm.git diff --git a/src/gdcmParsePixels.cxx b/src/gdcmParsePixels.cxx index 078884d9..080904d6 100644 --- a/src/gdcmParsePixels.cxx +++ b/src/gdcmParsePixels.cxx @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmParsePixels.cxx,v $ Language: C++ - Date: $Date: 2004/07/17 22:47:01 $ - Version: $Revision: 1.9 $ + Date: $Date: 2004/09/27 08:39:07 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or - http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -34,7 +34,7 @@ bool gdcmFile::ParsePixelData(void) { // DO NOT remove the printf s. // The ONLY purpose of this method is to PRINT the content - FILE *fp; + FILE* fp; if ( !(fp=Header->OpenFile())) return false;