]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg2000.cxx
BUG: There was two bombs at the same time. Guess what what I found them all
[gdcm.git] / src / gdcmJpeg2000.cxx
index bbfed9489c56751c4e7005117b390a22fb8b2283..1869296c12b2813a6cba580afc21d719eef22c21 100644 (file)
@@ -15,8 +15,8 @@
  */
 
 bool gdcmFile::gdcm_read_JPEG2000_file (FILE *fp,void * image_buffer) {
-   (void)fp;   //FIXME
-        (void)image_buffer;    //FIXME
+   (void)fp;                  //FIXME
+   (void)image_buffer;        //FIXME
    printf("Sorry JPEG 2000 File not yet taken into account\n");
    return false;
 }