]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg2000.cxx
ENH: I am a moron. Fix compilation of gdcm in static mode, I had to add some new...
[gdcm.git] / src / gdcmJpeg2000.cxx
index bbfed9489c56751c4e7005117b390a22fb8b2283..f14f6cd0ad36be51c87031a4a2861acd34b1820a 100644 (file)
@@ -14,9 +14,9 @@
  * @warning : not yet made
  */
 
-bool gdcmFile::gdcm_read_JPEG2000_file (FILE *fp,void * image_buffer) {
-   (void)fp;   //FIXME
-        (void)image_buffer;    //FIXME
+bool gdcmFile::gdcm_read_JPEG2000_file (FILE* fp,void* image_buffer) {
+   (void)fp;                  //FIXME
+   (void)image_buffer;        //FIXME
    printf("Sorry JPEG 2000 File not yet taken into account\n");
    return false;
 }