From 5a70e97f515a5cfbbc58e5f0580c731fb5eee677 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 24 Mar 2014 09:49:04 +0000 Subject: [PATCH] [trunk] Fix typo in comment (this is not j2k_dump) --- src/bin/jp2/opj_decompress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;