diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-24 09:49:04 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-24 09:49:04 +0000 |
| commit | 5a70e97f515a5cfbbc58e5f0580c731fb5eee677 (patch) | |
| tree | d02d32948c9c1d3aa816a850f15dbbb93e55ae60 /src/bin | |
| parent | f4707da97aee215a2328ad48114155bd2f13e414 (diff) | |
[trunk] Fix typo in comment (this is not j2k_dump)
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/jp2/opj_decompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jp2/opj_decompress.c b/src/bin/jp2/opj_decompress.c index aded1996..661a00f7 100644 --- a/src/bin/jp2/opj_decompress.c +++ b/src/bin/jp2/opj_decompress.c @@ -787,7 +787,7 @@ int main(int argc, char **argv) /* Setup the decoder decoding parameters using user parameters */ if ( !opj_setup_decoder(l_codec, ¶meters) ){ - fprintf(stderr, "ERROR -> j2k_dump: failed to setup the decoder\n"); + fprintf(stderr, "ERROR -> opj_compress: failed to setup the decoder\n"); opj_stream_destroy_v3(l_stream); opj_destroy_codec(l_codec); return EXIT_FAILURE; |
