summaryrefslogtreecommitdiffstats
path: root/src/H5HGdbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HGdbg.c')
-rw-r--r--src/H5HGdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HGdbg.c b/src/H5HGdbg.c
index 51a74ec..4ae9025 100644
--- a/src/H5HGdbg.c
+++ b/src/H5HGdbg.c
@@ -78,7 +78,7 @@ H5HG_debug(H5F_t *f, haddr_t addr, FILE *stream, int indent, int fwidth)
unsigned u, nused, maxobj;
unsigned j, k;
H5HG_heap_t *h = NULL;
- uint8_t * p = NULL;
+ uint8_t *p = NULL;
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_NOAPI(FAIL)