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 6b4073d2ea..4263d0922e 100644
--- a/commands/cd.c
+++ b/commands/cd.c
@@ -25,7 +25,7 @@
#include <fs.h>
#include <errno.h>
-static int do_cd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+static int do_cd (cmd_tbl_t *cmdtp, int argc, char *argv[])
{
int ret;