summaryrefslogtreecommitdiff
path: root/libopenjpeg/thix_manager.c
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-16 10:29:30 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-16 10:29:30 +0000
commitc469e1339fc032757cff232c785bb6cb45b7f993 (patch)
treec4f40ebd2af959f0347abd00fd2a504adaecfcb3 /libopenjpeg/thix_manager.c
parentabf9809c2249b277f9ba13d79018d64a5ec8bfce (diff)
Remove some simple warnings about comments
Diffstat (limited to 'libopenjpeg/thix_manager.c')
-rwxr-xr-xlibopenjpeg/thix_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/thix_manager.c b/libopenjpeg/thix_manager.c
index 8534d52a..aa55f217 100755
--- a/libopenjpeg/thix_manager.c
+++ b/libopenjpeg/thix_manager.c
@@ -109,7 +109,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);