summaryrefslogtreecommitdiffstats
path: root/src/H5HL.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-05 19:52:43 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-05 19:52:43 (GMT)
commit54c202e4ec4bc9c7e45543cea5b51868a091b3e9 (patch)
tree86e6de08c7b390c66e401a291bb83619c0cfac7e /src/H5HL.c
parent8e27e7357506958128d087c4e93e3dcb4fb52ace (diff)
downloadhdf5-54c202e4ec4bc9c7e45543cea5b51868a091b3e9.zip
hdf5-54c202e4ec4bc9c7e45543cea5b51868a091b3e9.tar.gz
hdf5-54c202e4ec4bc9c7e45543cea5b51868a091b3e9.tar.bz2
Normalization with develop (mainly VFDs)
Diffstat (limited to 'src/H5HL.c')
-rw-r--r--src/H5HL.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5HL.c b/src/H5HL.c
index 43c6033..50d24c3 100644
--- a/src/H5HL.c
+++ b/src/H5HL.c
@@ -15,7 +15,7 @@
*
* Created: H5HL.c
* Jul 16 1997
- * Robb Matzke <matzke@llnl.gov>
+ * Robb Matzke
*
* Purpose: Heap functions for the local heaps used by symbol
* tables to store names (among other things).
@@ -392,7 +392,7 @@ BEGIN_FUNC(PRIV, ERR, void *, NULL, NULL, H5HL_offset_into(const H5HL_t *heap, s
ret_value = heap->dblk_image + offset;
CATCH
- /* No special processing on errors */
+/* No special processing on errors */
END_FUNC(PRIV) /* end H5HL_offset_into() */
/*-------------------------------------------------------------------------
@@ -930,7 +930,7 @@ BEGIN_FUNC(PRIV, ERR, herr_t, SUCCEED, FAIL, H5HL_get_size(H5F_t *f, haddr_t add
H5HL_cache_prfx_ud_t prfx_udata; /* User data for protecting local heap prefix */
H5HL_prfx_t * prfx = NULL; /* Local heap prefix */
- H5HL_t * heap; /* Heap data structure */
+ H5HL_t * heap = NULL; /* Heap data structure */
/* check arguments */
HDassert(f);
@@ -977,7 +977,7 @@ BEGIN_FUNC(PRIV, ERR, herr_t, SUCCEED, FAIL, H5HL_heapsize(H5F_t *f, haddr_t add
H5HL_cache_prfx_ud_t prfx_udata; /* User data for protecting local heap prefix */
H5HL_prfx_t * prfx = NULL; /* Local heap prefix */
- H5HL_t * heap; /* Heap data structure */
+ H5HL_t * heap = NULL; /* Heap data structure */
/* check arguments */
HDassert(f);