1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

env: add missing newline

Signed-off-by: Philip Molloy <philip@philipmolloy.com>
This commit is contained in:
Philip Molloy
2019-03-31 03:44:57 +00:00
committed by Tom Rini
parent aeaa4b8f31
commit 9337a08768

2
tools/env/fw_env.c vendored
View File

@@ -1742,7 +1742,7 @@ static int parse_config(struct env_opts *opts)
if (ENVSIZE(0) != ENVSIZE(1)) {
fprintf(stderr,
"Redundant environments have unequal size");
"Redundant environments have unequal size\n");
return -1;
}
}