]> Creatis software - gdcm.git/blobdiff - src/gdcmRLE.cxx
2004-03-24 Jean-Pierre Roux
[gdcm.git] / src / gdcmRLE.cxx
index 4387ebcfd78bb1460a1b434c9c886a81399184ab..2f38ae1756c911ec17335a9ad9e14e6e5330f939 100644 (file)
@@ -2,7 +2,7 @@
 //-----------------------------------------------------------------------------
 #include <stdio.h>
 #include "gdcmFile.h"
-#include <ctype.h>             /* to declare isprint() */
+#include <ctype.h>             // 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) {