summaryrefslogtreecommitdiffstats
path: root/src/H5HFpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HFpkg.h')
-rw-r--r--src/H5HFpkg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h
index 14a9baa..9415281 100644
--- a/src/H5HFpkg.h
+++ b/src/H5HFpkg.h
@@ -56,7 +56,6 @@
#define H5HF_METADATA_PREFIX_SIZE(c) ( \
4 /* Signature */ \
+ 1 /* Version */ \
- + 1 /* Metadata flags */ \
+ ((c) ? H5HF_SIZEOF_CHKSUM : 0) /* Metadata checksum */ \
)