summaryrefslogtreecommitdiffstats
path: root/commands/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/echo.c')
-rw-r--r--commands/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/echo.c b/commands/echo.c
index 49bd44ed8e..d5640a0f02 100644
--- a/commands/echo.c
+++ b/commands/echo.c
@@ -26,7 +26,7 @@
#include <fcntl.h>
#include <errno.h>
-static int do_echo (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_echo(struct command *cmdtp, int argc, char *argv[])
{
int i, optind = 1;
int fd = stdout, opt, newline = 1;