diff options
Diffstat (limited to 'src/H5MM.c')
-rw-r--r-- | src/H5MM.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |