summaryrefslogtreecommitdiffstats
path: root/commands/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pwd.c')
-rw-r--r--commands/pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pwd.c b/commands/pwd.c
index d51fa1a17b..4afe2d4a49 100644
--- a/commands/pwd.c
+++ b/commands/pwd.c
@@ -23,7 +23,7 @@
#include <command.h>
#include <fs.h>
-static int do_pwd(struct command *cmdtp, int argc, char *argv[])
+static int do_pwd(int argc, char *argv[])
{
printf("%s\n", getcwd());
return 0;