Add semicolon at end of TEST_ERROR() invocation for consistency.

This commit is contained in:
Jacob Smith 2019-01-04 09:07:55 -06:00
parent 9ac12ce299
commit a0c6e622e4

View File

@ -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)