summaryrefslogtreecommitdiff
path: root/lib/hash-checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash-checksum.c')
-rw-r--r--lib/hash-checksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash-checksum.c b/lib/hash-checksum.c
index d732ecc38f..8f2a42f9a0 100644
--- a/lib/hash-checksum.c
+++ b/lib/hash-checksum.c
@@ -17,7 +17,7 @@
#include <image.h>
int hash_calculate(const char *name,
- const struct image_region region[],
+ const struct image_region *region,
int region_count, uint8_t *checksum)
{
struct hash_algo *algo;