projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeaa4b8
)
env: add missing newline
author
Philip Molloy
<philip@philipmolloy.com>
Sun, 31 Mar 2019 03:44:57 +0000
(
03:44
+0000)
committer
Tom Rini
<trini@konsulko.com>
Sun, 5 May 2019 12:48:50 +0000
(08:48 -0400)
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
tools/env/fw_env.c
patch
|
blob
|
history
diff --git
a/tools/env/fw_env.c
b/tools/env/fw_env.c
index 1ed0f7e9cb9fd7ad2f5fbf47c01160e60590236c..cfada0ee1157a9e8acdb612cb7a74281720d3af8 100644
(file)
--- a/
tools/env/fw_env.c
+++ b/
tools/env/fw_env.c
@@
-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;
}
}