X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLE.cxx;h=2f38ae1756c911ec17335a9ad9e14e6e5330f939;hb=1a11accd11061d63d3c09db7b1445637207e81e4;hp=4387ebcfd78bb1460a1b434c9c886a81399184ab;hpb=06c1c583239fdf5196260e6ef83a78669c1bd17f;p=gdcm.git diff --git a/src/gdcmRLE.cxx b/src/gdcmRLE.cxx index 4387ebcf..2f38ae17 100644 --- a/src/gdcmRLE.cxx +++ b/src/gdcmRLE.cxx @@ -2,7 +2,7 @@ //----------------------------------------------------------------------------- #include #include "gdcmFile.h" -#include /* to declare isprint() */ +#include // to declare isprint() #define str2num(str, typeNum) *((typeNum *)(str)) @@ -12,8 +12,7 @@ * \brief Reads a 'Run Length Encoded' Dicom encapsulated file * @param fp already open File Pointer * @param image_buffer destination Address (in caller's memory space) - * at which the pixel data should be copied - * + * at which the pixel data should be copied * @return Boolean */ bool gdcmFile::gdcm_read_RLE_file (FILE *fp,void * image_buffer) {