diff options
Diffstat (limited to 'test/cross_read.c')
-rw-r--r-- | test/cross_read.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cross_read.c b/test/cross_read.c index b8a2b46..85845e0 100644 --- a/test/cross_read.c +++ b/test/cross_read.c @@ -111,7 +111,7 @@ check_data_i(const char *dsetname, hid_t fid) /* Close/release resources. */ if (H5Dclose(did) < 0) - FAIL_STACK_ERROR + FAIL_STACK_ERROR; /* Failure */ if (nerrors) { @@ -185,7 +185,7 @@ check_data_f(const char *dsetname, hid_t fid) /* Close/release resources. */ if (H5Dclose(did) < 0) - FAIL_STACK_ERROR + FAIL_STACK_ERROR; /* Failure */ if (nerrors) { @@ -327,7 +327,7 @@ check_file(char *filename) nerrors += check_data_f(DATASETNAME23, fid); if (H5Fclose(fid)) - FAIL_STACK_ERROR + FAIL_STACK_ERROR; return nerrors; error: |