summaryrefslogtreecommitdiffstats
path: root/commands/setenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/setenv.c')
-rw-r--r--commands/setenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/setenv.c b/commands/setenv.c
index e39db20937..4bcdd51619 100644
--- a/commands/setenv.c
+++ b/commands/setenv.c
@@ -28,7 +28,7 @@
#include <errno.h>
#include <environment.h>
-static int do_setenv(struct command *cmdtp, int argc, char *argv[])
+static int do_setenv(int argc, char *argv[])
{
if (argc < 2)
return COMMAND_ERROR_USAGE;