summaryrefslogtreecommitdiffstats
path: root/commands/meminfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/meminfo.c')
-rw-r--r--commands/meminfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/meminfo.c b/commands/meminfo.c
index 76caf0a4ff..abbaf9c0d7 100644
--- a/commands/meminfo.c
+++ b/commands/meminfo.c
@@ -23,7 +23,7 @@
#include <command.h>
#include <malloc.h>
-static int do_meminfo (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_meminfo(struct command *cmdtp, int argc, char *argv[])
{
malloc_stats();