diff options
Diffstat (limited to 'tools/lib/h5trav.c')
-rw-r--r-- | tools/lib/h5trav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5trav.c b/tools/lib/h5trav.c index ba74b6c..8d51ac4 100644 --- a/tools/lib/h5trav.c +++ b/tools/lib/h5trav.c @@ -282,7 +282,7 @@ int traverse( hid_t loc_id, { char *name=NULL; - int type; + H5G_obj_t type; int nobjs; int i; char *path=NULL; |