]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_df.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / common / cmd_df.c
index 7f957fed472b152cb779d62934407d22e0f8c936..6a086663bff0a3f9a47be4456e32d0160fad5153 100644 (file)
@@ -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;