summaryrefslogtreecommitdiffstats
path: root/src/H5MM.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MM.c')
-rw-r--r--src/H5MM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MM.c b/src/H5MM.c
index ff4f462..3acc30b 100644
--- a/src/H5MM.c
+++ b/src/H5MM.c
@@ -129,7 +129,7 @@ H5MM_strdup(const char *s)
{
char *mem;
- FUNC_ENTER (H5MM_strdup, NULL);
+ FUNC_ENTER_NOAPI(H5MM_strdup, NULL);
if (!s) {
HRETURN_ERROR (H5E_ARGS, H5E_BADVALUE, NULL,