summaryrefslogtreecommitdiffstats
path: root/src/H5detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5detect.c')
-rw-r--r--src/H5detect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5detect.c b/src/H5detect.c
index 39ee57b..e43ac44 100644
--- a/src/H5detect.c
+++ b/src/H5detect.c
@@ -473,7 +473,7 @@ H5TN_term_interface(void)\n\
interface_initialize_g = 0;\n\
FUNC_ENTER_NOINIT(H5TN_term_interface);\n\
\n\
- FUNC_LEAVE(0);\n\
+ FUNC_LEAVE_NOAPI(0);\n\
}\n");
/* The interface initialization function */
@@ -568,7 +568,7 @@ done:\n\
H5FL_FREE(H5T_t,dt);\n\
}\n\
\n\
- FUNC_LEAVE (ret_value);\n}\n");
+ FUNC_LEAVE_NOAPI(ret_value);\n}\n");
}