mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
env: add missing newline
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
This commit is contained in:
parent
aeaa4b8f31
commit
9337a08768
1 changed files with 1 additions and 1 deletions
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue