summaryrefslogtreecommitdiffstats
path: root/commands/cd.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cd.c')
-rw-r--r--commands/cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cd.c b/commands/cd.c
index 50e40b629e..a842f4dc20 100644
--- a/commands/cd.c
+++ b/commands/cd.c
@@ -30,7 +30,7 @@
#include <fs.h>
#include <errno.h>
-static int do_cd (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_cd(struct command *cmdtp, int argc, char *argv[])
{
int ret;