diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-10-30 23:46:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-10-30 23:46:27 (GMT) |
commit | 3f69573f575390295536c0faa6d083c58a7291fa (patch) | |
tree | 554230227da6e04f650668ec3421052806a9a8df /src/H5Plapl.c | |
parent | c19a43d85474fc21308cb3e5e59dbc535edf4174 (diff) | |
download | hdf5-3f69573f575390295536c0faa6d083c58a7291fa.zip hdf5-3f69573f575390295536c0faa6d083c58a7291fa.tar.gz hdf5-3f69573f575390295536c0faa6d083c58a7291fa.tar.bz2 |
[svn-r12832] Description:
Clean up formatting and re-organize a bit...
Tested on:
Max OS X/32 10.4.8 (amazon)
FreeBSD/32 4.11 (sleipnir)
Linux/32 2.4 (heping)
Linux/64 2.4 (mir)
Diffstat (limited to 'src/H5Plapl.c')
-rw-r--r-- | src/H5Plapl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Plapl.c b/src/H5Plapl.c index 1a2dd0e..b91aa05 100644 --- a/src/H5Plapl.c +++ b/src/H5Plapl.c @@ -106,7 +106,7 @@ H5Pget_nlinks(hid_t plist_id, size_t *nlinks) /* Get the current number of links */ if(H5P_get(plist, H5L_NLINKS_NAME, nlinks) < 0) - HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, FAIL, "can't get number of links") + HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, FAIL, "can't get number of links") done: FUNC_LEAVE_API(ret_value) @@ -187,7 +187,7 @@ H5Pget_elink_prefix(hid_t plist_id, char **prefix) /* Get the current prefix */ if(H5P_get(plist, H5L_ELINK_PREFIX_NAME, prefix) < 0) - HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, FAIL, "can't get external link prefix") + HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, FAIL, "can't get external link prefix") done: FUNC_LEAVE_API(ret_value) |