This commit is contained in:
Jamaika1 2020-12-29 03:28:26 +01:00 committed by GitHub
parent d2ed36431e
commit d4a2d0f32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1709,7 +1709,7 @@ int main(int argc, char **argv)
#endif /* OPJ_HAVE_LIBTIFF */
case RAW_DFMT: /* RAW */
if (imagetoraw(image, parameters.outfile)) {
fprintf(stderr, "[ERROR] Error generating raw/yuv file. Outfile %s not generated\n",
fprintf(stderr, "[ERROR] Error generating raw or yuv file. Outfile %s not generated\n",
parameters.outfile);
failed = 1;
} else if (!(parameters.quiet)) {