summaryrefslogtreecommitdiffstats
path: root/src/H5RS.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5RS.c')
-rw-r--r--src/H5RS.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5RS.c b/src/H5RS.c
index 469ef4e..49128b1 100644
--- a/src/H5RS.c
+++ b/src/H5RS.c
@@ -315,7 +315,7 @@ H5RS_dup(H5RS_str_t *ret_value)
/*--------------------------------------------------------------------------
NAME
- H5RS_dup
+ H5RS_dup_str
PURPOSE
"Duplicate" a regular string into a ref-counted string
USAGE
@@ -338,7 +338,7 @@ H5RS_dup_str(const char *s)
size_t path_len; /* Length of the path */
H5RS_str_t *ret_value;
- FUNC_ENTER_NOAPI(H5RS_dup_str, FAIL)
+ FUNC_ENTER_NOAPI(H5RS_dup_str, NULL)
/* Sanity check */
HDassert(s);