summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2020-10-15 22:36:11 (GMT)
committerGitHub <noreply@github.com>2020-10-15 22:36:11 (GMT)
commit2277865c6083e9c34369606dfcd3e551af891978 (patch)
treeee6e55270f8bdcb1feb221ed6866bcba45a83c18 /src/H5O.c
parente146de3feaa761cffd0d1575bd6450f22bbdf09f (diff)
downloadhdf5-2277865c6083e9c34369606dfcd3e551af891978.zip
hdf5-2277865c6083e9c34369606dfcd3e551af891978.tar.gz
hdf5-2277865c6083e9c34369606dfcd3e551af891978.tar.bz2
Mostly whitespace and comment cleanup. (#39)
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5O.c b/src/H5O.c
index ea35646..06b96f8 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -212,7 +212,7 @@ H5Oopen_by_addr(hid_t loc_id, haddr_t addr)
H5G_loc_t loc; /* Location within file */
hid_t ret_value = H5I_INVALID_HID; /* Return value */
- FUNC_ENTER_API(FAIL)
+ FUNC_ENTER_API(H5I_INVALID_HID)
H5TRACE2("i", "ia", loc_id, addr);
/* Check args */