summaryrefslogtreecommitdiffstats
path: root/commands/reginfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reginfo.c')
-rw-r--r--commands/reginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reginfo.c b/commands/reginfo.c
index f11a73c85d..90651d5a3a 100644
--- a/commands/reginfo.c
+++ b/commands/reginfo.c
@@ -23,7 +23,7 @@
#include <common.h>
#include <command.h>
-static int do_reginfo (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_reginfo(struct command *cmdtp, int argc, char *argv[])
{
reginfo();
return 0;