diff options
Diffstat (limited to 'tools/h5jam')
-rw-r--r-- | tools/h5jam/h5jam.c | 2 | ||||
-rw-r--r-- | tools/h5jam/h5unjam.c | 2 | ||||
-rw-r--r-- | tools/h5jam/tellub.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5jam/h5jam.c b/tools/h5jam/h5jam.c index cc64bd3..d78e28c 100644 --- a/tools/h5jam/h5jam.c +++ b/tools/h5jam/h5jam.c @@ -159,7 +159,7 @@ main (int argc, const char *argv[]) int h5fid; int ofid; void *edata; - H5E_auto_t func; + H5E_auto_stack_t func; hid_t ifile; hid_t plist; herr_t status; diff --git a/tools/h5jam/h5unjam.c b/tools/h5jam/h5unjam.c index 36a8d80..20378e5 100644 --- a/tools/h5jam/h5unjam.c +++ b/tools/h5jam/h5unjam.c @@ -161,7 +161,7 @@ main(int argc, const char *argv[]) int ufid; int h5fid; void *edata; - H5E_auto_t func; + H5E_auto_stack_t func; hid_t ifile; off_t fsize; hsize_t usize; diff --git a/tools/h5jam/tellub.c b/tools/h5jam/tellub.c index 2bb457d..ab88f4d 100644 --- a/tools/h5jam/tellub.c +++ b/tools/h5jam/tellub.c @@ -127,7 +127,7 @@ main (int argc, const char *argv[]) { char *ifname; void *edata; - H5E_auto_t func; + H5E_auto_stack_t func; hid_t ifile; hsize_t usize; htri_t testval; |