This commit is contained in:
Jamaika1 2020-12-29 09:24:39 +01:00 committed by GitHub
parent 948c355e4f
commit dba6a5e666
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 */ case RAW_DFMT: /* RAW */
if (imagetoraw(image, parameters.outfile)) { if (imagetoraw(image, parameters.outfile)) {
fprintf(stderr, fprintf(stderr,
"[ERROR] Error generating raw/yuv file. Outfile %s not generated\n", "[ERROR] Error generating raw or yuv file. Outfile %s not generated\n",
parameters.outfile); parameters.outfile);
failed = 1; failed = 1;
} else if (!(parameters.quiet)) { } else if (!(parameters.quiet)) {