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 1ed0f7e..cfada0e 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;
                }
        }