summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-27 03:56:31 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-27 03:56:31 (GMT)
commit1203b1652882a33781ae501dc004f9adb3bef37a (patch)
treeddf1e4d7fc82d8ee10a27d6f63726d1ff25d8ddc /src/H5G.c
parentcd6234d0a02325bc45036b958077e008c4a70fc2 (diff)
downloadhdf5-1203b1652882a33781ae501dc004f9adb3bef37a.zip
hdf5-1203b1652882a33781ae501dc004f9adb3bef37a.tar.gz
hdf5-1203b1652882a33781ae501dc004f9adb3bef37a.tar.bz2
[svn-r802] Misc. white space adjustments here and there, mostly in comments.
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5G.c b/src/H5G.c
index dc62180..bf15f3d 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -480,8 +480,8 @@ H5Gunlink(hid_t loc_id, const char *name)
* non-zero then all symbolic links are followed; otherwise all
* links except the last component of the name are followed.
*
- * Return: Non-negative on success (with the fields of STATBUF (if
- * non-null) initialized.) /Negative on failure
+ * Return: Non-negative on success, with the fields of STATBUF (if
+ * non-null) initialized. Negative on failure.
*
* Programmer: Robb Matzke
* Monday, April 13, 1998