X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fcmd_echo.c;h=43a6da57226f5696a5de0824807793521763226c;hb=debb6299ac1180a08f29f88c6d782b21a9c98707;hp=3ec4d4856321b7c0d992759c4c21433c8520654d;hpb=2a49bf3149e34e6f910e70bbc0a26e81cfdbdf70;p=karo-tx-uboot.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;