summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-24 09:49:04 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-24 09:49:04 +0000
commit5a70e97f515a5cfbbc58e5f0580c731fb5eee677 (patch)
treed02d32948c9c1d3aa816a850f15dbbb93e55ae60 /src/bin
parentf4707da97aee215a2328ad48114155bd2f13e414 (diff)
[trunk] Fix typo in comment (this is not j2k_dump)
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/jp2/opj_decompress.c2
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, &parameters) ){
- 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;