summaryrefslogtreecommitdiffstats
path: root/commands/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cp.c')
-rw-r--r--commands/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cp.c b/commands/cp.c
index aa7b410e51..a0c7c84d48 100644
--- a/commands/cp.c
+++ b/commands/cp.c
@@ -37,7 +37,7 @@
* @param[in] argc Argument count from command line
* @param[in] argv List of input arguments
*/
-static int do_cp ( cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_cp(struct command *cmdtp, int argc, char *argv[])
{
int ret = 1;
struct stat statbuf;