summaryrefslogtreecommitdiffstats
path: root/commands/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cat.c')
-rw-r--r--commands/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cat.c b/commands/cat.c
index b126449f6b..7a8facd0e3 100644
--- a/commands/cat.c
+++ b/commands/cat.c
@@ -29,7 +29,7 @@
#include <xfuncs.h>
#include <malloc.h>
-static int do_cat(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+static int do_cat(cmd_tbl_t *cmdtp, int argc, char *argv[])
{
int ret;
int fd, i;