summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/bloblist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bloblist.h b/include/bloblist.h
index 5ad1337d1fb..72c785411d0 100644
--- a/include/bloblist.h
+++ b/include/bloblist.h
@@ -75,7 +75,7 @@
enum {
BLOBLIST_VERSION = 0,
- BLOBLIST_MAGIC = 0xb00757a3,
+ BLOBLIST_MAGIC = 0x4a0fb10b,
BLOBLIST_ALIGN_LOG2 = 3,
BLOBLIST_ALIGN = 1 << BLOBLIST_ALIGN_LOG2,