X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmJpeg.cxx;h=e4b548c779bd96aa6172688f9489c2efc68d6dd7;hb=11acea13c5f6b70f1cd3753ccbb92e330df32fcb;hp=640522d97487363cbae36852c6bb2efaf981ea04;hpb=f045e95a9d0b82e8c4bd687710bd4a15323fbf55;p=gdcm.git diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index 640522d9..e4b548c7 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -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