]> Creatis software - gdcm.git/commitdiff
to avoid compile time warning
authorjpr <jpr>
Mon, 3 May 2004 08:30:48 +0000 (08:30 +0000)
committerjpr <jpr>
Mon, 3 May 2004 08:30:48 +0000 (08:30 +0000)
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