diff options
Diffstat (limited to 'common/cmd_df.c')
-rw-r--r-- | common/cmd_df.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_df.c b/common/cmd_df.c index 7f957fe..6a08666 100644 --- a/common/cmd_df.c +++ b/common/cmd_df.c @@ -6,7 +6,7 @@ #include <common.h> #include <df.h> -static int do_df(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +static int do_df(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { const char *cmd; |