From: jpr Date: Wed, 26 Oct 2005 16:15:38 +0000 (+0000) Subject: Force commit, adding a space character X-Git-Tag: OpenJPEG.Version1.2~136 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d6b4e16455871f3d41fbddbbb305a2210d80bf02;p=gdcm.git Force commit, adding a space character --- diff --git a/src/gdcmPixelReadConvert.cxx b/src/gdcmPixelReadConvert.cxx index 523201ce..13fd0251 100644 --- a/src/gdcmPixelReadConvert.cxx +++ b/src/gdcmPixelReadConvert.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.cxx,v $ Language: C++ - Date: $Date: 2005/10/26 14:54:51 $ - Version: $Revision: 1.92 $ + Date: $Date: 2005/10/26 16:15:38 $ + Version: $Revision: 1.93 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -31,7 +31,7 @@ namespace gdcm { -//bool ReadMPEGFile (std::ifstream *fp, void *image_buffer, size_t lenght); +//bool ReadMPEGFile (std::ifstream *fp, void *image_buffer, size_t lenght); bool gdcm_read_JPEG2000_file (void* raw, char *inputdata, size_t inputlength); //-----------------------------------------------------------------------------