diff options
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index db4d59d..ac834bf 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -90,7 +90,7 @@ static const char *multi_letters = "msbrglo"; herr_t h5_errors(void UNUSED *client_data) { - FAILED(); + H5_FAILED(); H5Eprint (stdout); return 0; } |