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 84632244f9..537d54d2a5 100644
--- a/commands/pwd.c
+++ b/commands/pwd.c
@@ -23,7 +23,7 @@
#include <command.h>
#include <fs.h>
-static int do_pwd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+static int do_pwd (cmd_tbl_t *cmdtp, int argc, char *argv[])
{
printf("%s\n", getcwd());
return 0;