summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-04-13 17:41:24 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-04-13 17:41:24 (GMT)
commit257689f6b4511ed3031d08d638550aa2e864d294 (patch)
treea05fb4bbd91ca946baea2282d7f34ac75c08eb4a /src/H5P.c
parentafd696593b786db4c68d7ad0235da145ba250568 (diff)
parent261f8c83611db7b19f3a697720926d825b375a1d (diff)
downloadhdf5-257689f6b4511ed3031d08d638550aa2e864d294.zip
hdf5-257689f6b4511ed3031d08d638550aa2e864d294.tar.gz
hdf5-257689f6b4511ed3031d08d638550aa2e864d294.tar.bz2
[svn-r29689] old merge from trunk.
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index 3d09231..f075b92 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -639,7 +639,7 @@ done:
PURPOSE
Routine to set a property's value in a property list.
USAGE
- herr_t H5P_set(plist_id, name, value)
+ herr_t H5Pset(plist_id, name, value)
hid_t plist_id; IN: Property list to find property in
const char *name; IN: Name of property to set
void *value; IN: Pointer to the value for the property