summaryrefslogtreecommitdiffstats
path: root/commands/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/false.c')
-rw-r--r--commands/false.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/false.c b/commands/false.c
index a90eadcbb7..6ba3823229 100644
--- a/commands/false.c
+++ b/commands/false.c
@@ -24,7 +24,7 @@
#include <common.h>
#include <command.h>
-static int do_false(struct command *cmdtp, int argc, char *argv[])
+static int do_false(int argc, char *argv[])
{
return 1;
}