diff options
Diffstat (limited to 'common/cmd_echo.c')
-rw-r--r-- | common/cmd_echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_echo.c b/common/cmd_echo.c index 3ec4d485632..43a6da57226 100644 --- a/common/cmd_echo.c +++ b/common/cmd_echo.c @@ -24,7 +24,7 @@ #include <common.h> #include <command.h> -int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { int i; int putnl = 1; |