tools: imagetool: Fix error message when verify_header is undefined

Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
Pali Rohár 2023-01-29 17:45:53 +01:00 committed by Tom Rini
parent 662cfa03cb
commit 27e46a991c

View file

@ -105,7 +105,7 @@ static int imagetool_verify_print_header_by_type(
}
} else {
fprintf(stderr, "%s: print_header undefined for %s\n",
fprintf(stderr, "%s: verify_header undefined for %s\n",
params->cmdname, tparams->name);
}