summaryrefslogtreecommitdiff
path: root/payload_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'payload_constants.h')
-rw-r--r--payload_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_constants.h b/payload_constants.h
index 81bc36af..38cc075e 100644
--- a/payload_constants.h
+++ b/payload_constants.h
@@ -48,7 +48,7 @@ extern const char kLegacyPartitionNameKernel[];
extern const char kLegacyPartitionNameRoot[];
extern const char kBspatchPath[];
-extern const char kDeltaMagic[];
+extern const char kDeltaMagic[4];
// A block number denoting a hole on a sparse file. Used on Extents to refer to
// section of blocks not present on disk on a sparse file.