aboutsummaryrefslogtreecommitdiff
path: root/coreutils/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/echo.c')
-rw-r--r--coreutils/echo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/echo.c b/coreutils/echo.c
index 2ee5002ba..2de19c2e3 100644
--- a/coreutils/echo.c
+++ b/coreutils/echo.c
@@ -107,7 +107,9 @@ int bb_echo(char **argv)
107 putchar(' '); 107 putchar(' ');
108 } 108 }
109 109
110#if ENABLE_FEATURE_FANCY_ECHO
110 newline_ret: 111 newline_ret:
112#endif
111 if (nflag) { 113 if (nflag) {
112 putchar('\n'); 114 putchar('\n');
113 } 115 }