X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=common%2Fcmd_echo.c;h=43a6da57226f5696a5de0824807793521763226c;hb=a16a84b7258c4fb9d320372543ea691a01e2adf9;hp=3ec4d4856321b7c0d992759c4c21433c8520654d;hpb=e598dfc22c8789991d165714bec53b2390fc999d;p=oweals%2Fu-boot.git diff --git a/common/cmd_echo.c b/common/cmd_echo.c index 3ec4d48563..43a6da5722 100644 --- a/common/cmd_echo.c +++ b/common/cmd_echo.c @@ -24,7 +24,7 @@ #include #include -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;