commit | f60f7512e64b92b288b8b2edd2bb2e7ab71cd71c | [log] [tgz] |
---|---|---|
author | Philip Molloy <philip@philipmolloy.com> | Sun Mar 31 03:44:57 2019 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun May 05 08:48:50 2019 -0400 |
tree | 1baba7f9058acf8e41a043e6ce0f08dd1b94f644 | |
parent | 733793be86a6a4381148d2e56e3049fd84a5b0aa [diff] |
env: add missing newline Signed-off-by: Philip Molloy <philip@philipmolloy.com>
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index 1ed0f7e..cfada0e 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c
@@ -1742,7 +1742,7 @@ if (ENVSIZE(0) != ENVSIZE(1)) { fprintf(stderr, - "Redundant environments have unequal size"); + "Redundant environments have unequal size\n"); return -1; } }