[trunk] Enhance support of events like the v2 branch. Use right name of variables.
[openjpeg.git] / libopenjpeg / thix_manager.c
old mode 100755 (executable)
new mode 100644 (file)
index 3dd0be0..3805488
@@ -33,9 +33,6 @@
  *  \brief Modification of jpip.c from 2KAN indexer
  */
 
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
 #include "opj_includes.h"
 
 /* 
@@ -110,7 +107,7 @@ int write_tilemhix( int coff, opj_codestream_info_t cstr_info, int tileno, opj_c
     cio_write( cio, marker[i].len, 2);
   }
      
-  //  free( marker);
+  /*  free( marker);*/
 
   len = cio_tell( cio) - lenp;
   cio_seek( cio, lenp);