aboutsummaryrefslogtreecommitdiff
path: root/icing/file/posting_list/flash-index-storage-header.h
diff options
context:
space:
mode:
Diffstat (limited to 'icing/file/posting_list/flash-index-storage-header.h')
-rw-r--r--icing/file/posting_list/flash-index-storage-header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icing/file/posting_list/flash-index-storage-header.h b/icing/file/posting_list/flash-index-storage-header.h
index 6bbf1ba..f7b331c 100644
--- a/icing/file/posting_list/flash-index-storage-header.h
+++ b/icing/file/posting_list/flash-index-storage-header.h
@@ -33,7 +33,7 @@ class HeaderBlock {
// The class used to access the actual header.
struct Header {
// A magic used to mark the beginning of a valid header.
- static constexpr int kMagic = 0xb0780cf4;
+ static constexpr int kMagic = 0xd1b7b293;
int magic;
int block_size;
int last_indexed_docid;