summaryrefslogtreecommitdiff
path: root/include/onlineupdate
diff options
context:
space:
mode:
Diffstat (limited to 'include/onlineupdate')
-rw-r--r--include/onlineupdate/mar_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onlineupdate/mar_private.h b/include/onlineupdate/mar_private.h
index a770998da6fe..12ff99d65e1f 100644
--- a/include/onlineupdate/mar_private.h
+++ b/include/onlineupdate/mar_private.h
@@ -32,7 +32,7 @@ MOZ_STATIC_ASSERT(MAX_SIZE_OF_MAR_FILE < ((int64_t)LONG_MAX),
/* We store at most the size up to the signature block + 4
bytes per BLOCKSIZE bytes */
-MOZ_STATIC_ASSERT(sizeof(BLOCKSIZE) < \
+MOZ_STATIC_ASSERT(sizeof(BLOCKSIZE) <
(SIGNATURE_BLOCK_OFFSET + sizeof(uint32_t)),
"BLOCKSIZE is too big");