From 3cbc5c5c12f8419f563efa33153fc87d7158efbd Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 24 Sep 2007 12:31:08 +0200 Subject: remove u-boot command paramter flag --- commands/pwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/pwd.c') 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 #include -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; -- cgit v1.2.3