Commit 9337a08768dfa0a006382f1d05cf69b5f67f7844

Authored by Philip Molloy
Committed by Tom Rini
1 parent aeaa4b8f31

env: add missing newline

Signed-off-by: Philip Molloy <philip@philipmolloy.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1742,7 +1742,7 @@
1742 1742  
1743 1743 if (ENVSIZE(0) != ENVSIZE(1)) {
1744 1744 fprintf(stderr,
1745   - "Redundant environments have unequal size");
  1745 + "Redundant environments have unequal size\n");
1746 1746 return -1;
1747 1747 }
1748 1748 }