mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Add semicolon at end of TEST_ERROR() invocation for consistency.
This commit is contained in:
parent
9ac12ce299
commit
a0c6e622e4
@ -13072,7 +13072,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)
|
||||
|
Loading…
Reference in New Issue
Block a user