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/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/exec.c') diff --git a/commands/exec.c b/commands/exec.c index 3cc9a61bab..b2b0fea238 100644 --- a/commands/exec.c +++ b/commands/exec.c @@ -29,7 +29,7 @@ #include #include -static int do_exec(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) +static int do_exec(cmd_tbl_t * cmdtp, int argc, char *argv[]) { int i; char *script; -- cgit v1.2.3