diff options
Diffstat (limited to 'cmd/sha1sum.c')
-rw-r--r-- | cmd/sha1sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sha1sum.c b/cmd/sha1sum.c index 3c50fc2..bcc665a 100644 --- a/cmd/sha1sum.c +++ b/cmd/sha1sum.c @@ -12,7 +12,7 @@ #include <hash.h> #include <u-boot/sha1.h> -int do_sha1sum(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +int do_sha1sum(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) { int flags = HASH_FLAG_ENV; int ac; |