summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/mkamsboot/mkamsboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c
index 33a5abd97f..fcb5ef292c 100644
--- a/rbutil/mkamsboot/mkamsboot.c
+++ b/rbutil/mkamsboot/mkamsboot.c
@@ -235,7 +235,7 @@ static struct md5sums sansasums[] = {
235 235
236 { MODEL_FUZEV2, "2.01.17", "8b85fb05bf645d08a4c8c3e344ec9ebe" }, 236 { MODEL_FUZEV2, "2.01.17", "8b85fb05bf645d08a4c8c3e344ec9ebe" },
237 { MODEL_FUZEV2, "2.02.26", "d4f6f85c3e4a8ea8f2e5acc421641801" }, 237 { MODEL_FUZEV2, "2.02.26", "d4f6f85c3e4a8ea8f2e5acc421641801" },
238 { MODEL_FUZEV2, "2.02.31", "74fb197ccd51707388f3b233402186a6" }, 238 { MODEL_FUZEV2, "2.03.31", "74fb197ccd51707388f3b233402186a6" },
239}; 239};
240 240
241#define NUM_MD5S (sizeof(sansasums)/sizeof(sansasums[0])) 241#define NUM_MD5S (sizeof(sansasums)/sizeof(sansasums[0]))