summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 0b5c333..18b3df3 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -322,12 +322,13 @@ done:
*
*-------------------------------------------------------------------------
*/
-herr_t
+herr_t
H5garbage_collect(void)
{
herr_t ret_value = SUCCEED;
FUNC_ENTER_API(H5garbage_collect, FAIL);
+ H5TRACE0("e","");
/* Call the garbage collection routines in the library */
H5FL_garbage_coll();