]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
env: add missing newline
authorPhilip Molloy <philip@philipmolloy.com>
Sun, 31 Mar 2019 03:44:57 +0000 (03:44 +0000)
committerTom 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

index 1ed0f7e9cb9fd7ad2f5fbf47c01160e60590236c..cfada0ee1157a9e8acdb612cb7a74281720d3af8 100644 (file)
@@ -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;
                }
        }