diff options
Diffstat (limited to 'src/H5Onull.c')
-rw-r--r-- | src/H5Onull.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Onull.c b/src/H5Onull.c index 467e26a..25579f0 100644 --- a/src/H5Onull.c +++ b/src/H5Onull.c @@ -24,6 +24,7 @@ const H5O_class_t H5O_NULL[1] = {{ H5O_NULL_ID, /*message id number */ "null", /*message name for debugging */ 0, /*native message size */ + H5G_NOTHING_CACHED, /*symtab entry `type' field */ NULL, /*no decode method */ NULL, /*no encode method */ NULL, /*no fast method */ |