This commit is contained in:
Jamaika1 2020-12-29 08:26:54 +01:00 committed by GitHub
parent e2ecd2e3e4
commit 948c355e4f
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,
fprintf(stderr,
"[ERROR] Error generating raw/yuv file. Outfile %s not generated\n",
parameters.outfile);
failed = 1;