]> 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 1869296c12b2813a6cba580afc21d719eef22c21..f14f6cd0ad36be51c87031a4a2861acd34b1820a 100644 (file)
@@ -14,7 +14,7 @@
  * @warning : not yet made
  */
 
-bool gdcmFile::gdcm_read_JPEG2000_file (FILE *fp,void * image_buffer) {
+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");