summaryrefslogtreecommitdiff
path: root/common/cmd_echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_echo.c')
-rw-r--r--common/cmd_echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_echo.c b/common/cmd_echo.c
index 43a6da57226..a9bab602e50 100644
--- a/common/cmd_echo.c
+++ b/common/cmd_echo.c
@@ -45,7 +45,7 @@ int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
}
if (putnl)
- putc('\n');
+ puts("\n");
return 0;
}