diff options
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r-- | src/H5B2pkg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h index 30b4adb..936216c 100644 --- a/src/H5B2pkg.h +++ b/src/H5B2pkg.h @@ -92,7 +92,7 @@ H5B2_METADATA_PREFIX_SIZE \ \ /* Header specific fields */ \ - + 1 /* Tree type */ \ + /* <none> */ \ ) /* Size of the v2 B-tree leaf node prefix */ @@ -101,7 +101,7 @@ H5B2_METADATA_PREFIX_SIZE \ \ /* Header specific fields */ \ - + 1 /* Tree type */ \ + /* <none> */ \ ) /* Macro to retrieve pointer to i'th native record for native record buffer */ |