]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg.cxx
Forget this one
[gdcm.git] / src / gdcmJpeg.cxx
index 640522d97487363cbae36852c6bb2efaf981ea04..e4b548c779bd96aa6172688f9489c2efc68d6dd7 100644 (file)
@@ -271,7 +271,7 @@ bool gdcmFile::gdcm_read_JPEG_file (FILE *fp,void * image_buffer) {
    /* Step 5: Start decompressor */
 #ifdef GDCM_DEBUG
    printf("Entree Step 5\n");
-#endif GDCM_DEBUG
+#endif //GDCM_DEBUG
 
    (void) jpeg_start_decompress(&cinfo);
    /* We can ignore the return value since suspension is not possible