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

View File

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