[trunk] fixed typo in opj_decompress (fixes issue 465)

This commit is contained in:
Matthieu Darbois 2014-12-26 15:37:16 +00:00
parent 78a7762e3f
commit 31f5efe453
1 changed files with 1 additions and 1 deletions

View File

@ -1235,7 +1235,7 @@ int main(int argc, char **argv)
/* Setup the decoder decoding parameters using user parameters */
if ( !opj_setup_decoder(l_codec, &(parameters.core)) ){
fprintf(stderr, "ERROR -> opj_compress: failed to setup the decoder\n");
fprintf(stderr, "ERROR -> opj_decompress: failed to setup the decoder\n");
destroy_parameters(&parameters);
opj_stream_destroy(l_stream);
opj_destroy_codec(l_codec);