diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-08-21 22:44:22 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-08-21 22:44:22 (GMT) |
commit | ab7d724ffd5749c1e3666fd1be0b92f41613af1e (patch) | |
tree | f3e820daa24477263f5fc3efd43bf459865f260b /test/tmisc.c | |
parent | 7ce2d52cf69f6f6477e0f16e9d85d67cc54d5949 (diff) | |
download | hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.zip hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.gz hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.bz2 |
[svn-r27548] Revert r27545
Diffstat (limited to 'test/tmisc.c')
-rw-r--r-- | test/tmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c index 796464f..11c6de7 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -5163,7 +5163,7 @@ static void test_misc30(void) { hsize_t file_size[] = {0, 0}; /* Sizes of file created */ - unsigned get_info; /* Whether to perform the get info call */ + hbool_t get_info; /* Whether to perform the get info call */ /* Output message about test being performed */ MESSAGE(5, ("Local heap dropping free block info\n")); |