diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:29:30 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:29:30 +0000 |
| commit | c469e1339fc032757cff232c785bb6cb45b7f993 (patch) | |
| tree | c4f40ebd2af959f0347abd00fd2a504adaecfcb3 /libopenjpeg/thix_manager.c | |
| parent | abf9809c2249b277f9ba13d79018d64a5ec8bfce (diff) | |
Remove some simple warnings about comments
Diffstat (limited to 'libopenjpeg/thix_manager.c')
| -rwxr-xr-x | libopenjpeg/thix_manager.c | 2 |
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); |
