diff options
Diffstat (limited to 'test/theap.c')
-rw-r--r-- | test/theap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/theap.c b/test/theap.c index fd2467b..1dc38e1 100644 --- a/test/theap.c +++ b/test/theap.c @@ -44,7 +44,7 @@ test_heap (void) { int i, j; hid_t fid; - hdf5_file_t *f; + H5F_t *f; off_t heap; char buf[NOBJS+8]; const char *s; |