diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-15 12:26:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-15 12:26:27 (GMT) |
commit | e2349130608e013e610a750b28fb00fc92866e0c (patch) | |
tree | fc43d7c099d0c1b6a4250fe661b44479d01210ad /tools | |
parent | 5444ea317560c22dbc899fef6c624a447f33ee44 (diff) | |
download | hdf5-e2349130608e013e610a750b28fb00fc92866e0c.zip hdf5-e2349130608e013e610a750b28fb00fc92866e0c.tar.gz hdf5-e2349130608e013e610a750b28fb00fc92866e0c.tar.bz2 |
Add H5I_INVALID_HID
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5jam/tellub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5jam/tellub.c b/tools/test/h5jam/tellub.c index 1946e90..1c6ed3c 100644 --- a/tools/test/h5jam/tellub.c +++ b/tools/test/h5jam/tellub.c @@ -104,7 +104,7 @@ main (int argc, const char *argv[]) hsize_t usize; htri_t testval; herr_t status; - hid_t plist = -1; + hid_t plist = H5I_INVALID_HID; h5tools_setprogname(PROGRAMNAME); h5tools_setstatus(EXIT_SUCCESS); |