From: Philip Molloy Date: Sun, 31 Mar 2019 03:44:57 +0000 (+0000) Subject: env: add missing newline X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=9337a08768dfa0a006382f1d05cf69b5f67f7844;p=u-boot.git env: add missing newline Signed-off-by: Philip Molloy --- diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index 1ed0f7e9cb..cfada0ee11 100644 --- 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; } }