summaryrefslogtreecommitdiffstats
path: root/src/H5Pint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pint.c')
-rw-r--r--src/H5Pint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Pint.c b/src/H5Pint.c
index 04ae167..2b71e77 100644
--- a/src/H5Pint.c
+++ b/src/H5Pint.c
@@ -3744,9 +3744,9 @@ done:
PURPOSE
Internal routine to quickly retrieve the value of a property in a property list.
USAGE
- int H5P_peek_unsigned(plist, name)
- H5P_genplist_t *plist; IN: Property list to check
- const char *name; IN: Name of property to query
+ unsigned H5P_peek_unsigned(plist, name)
+ H5P_genplist_t *plist; IN: Property list to check
+ const char *name; IN: Name of property to query
RETURNS
Directly returns the value of the property in the list
DESCRIPTION