diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2019-01-04 15:06:38 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2019-01-04 15:06:38 (GMT) |
commit | 5b32111a2687b87df3e682a028331e63d88ff55e (patch) | |
tree | 6bed1421af324844ce0ed59167077d688f031663 /test | |
parent | 794f759de6602094d2f9f3db3e361bea4e4ca30d (diff) | |
download | hdf5-5b32111a2687b87df3e682a028331e63d88ff55e.zip hdf5-5b32111a2687b87df3e682a028331e63d88ff55e.tar.gz hdf5-5b32111a2687b87df3e682a028331e63d88ff55e.tar.bz2 |
Add semicolon at end of TEST_ERROR() invocation for consistency.
Diffstat (limited to 'test')
-rw-r--r-- | test/dsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c index b70d078..65bf3ba 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -13074,7 +13074,7 @@ test_object_header_minimization_dcpl(void) /*********/ if(NULL == h5_fixname(OHMIN_FILENAME_A, H5P_DEFAULT, filename, sizeof(filename))) - TEST_ERROR("unable to prepare filename") + TEST_ERROR("unable to prepare filename"); file_id = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT); if (0 > file_id) |