summaryrefslogtreecommitdiffstats
path: root/perform/overhead.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/overhead.c')
-rw-r--r--perform/overhead.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perform/overhead.c b/perform/overhead.c
index 2b4e620..72d65c7 100644
--- a/perform/overhead.c
+++ b/perform/overhead.c
@@ -162,10 +162,10 @@ cleanup (void)
*-------------------------------------------------------------------------
*/
static herr_t
-display_error_cb (void UNUSED *client_data)
+display_error_cb (hid_t estack, void UNUSED *client_data)
{
puts ("*FAILED*");
- H5Eprint (H5E_DEFAULT, stdout);
+ H5Eprint (estack, stdout);
return 0;
}