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:
2
tools/env/fw_env.c
vendored
2
tools/env/fw_env.c
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user