]> Creatis software - gdcm.git/blobdiff - src/gdcmRLE.cxx
* src/gdcmCommon.h: FileType enum entry DICOMDIR removed (since
[gdcm.git] / src / gdcmRLE.cxx
index 784b5f593783122b116e1e806d44550054a4d41f..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))