diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-12-12 17:10:18 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-12-12 17:10:18 (GMT) |
commit | 3f3e95f65eba1579643e931a3e9d21334285783b (patch) | |
tree | c20677d99a194eecb94899ad4e2b42ae8cbe8a3f | |
parent | e22c4bc7eb1c7e144918ba0881dc36e67e895336 (diff) | |
download | hdf5-3f3e95f65eba1579643e931a3e9d21334285783b.zip hdf5-3f3e95f65eba1579643e931a3e9d21334285783b.tar.gz hdf5-3f3e95f65eba1579643e931a3e9d21334285783b.tar.bz2 |
Fixed typo.
-rw-r--r-- | test/tverbounds18.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tverbounds18.c b/test/tverbounds18.c index 5fef2f9..abba767 100644 --- a/test/tverbounds18.c +++ b/test/tverbounds18.c @@ -241,8 +241,7 @@ static void test_v18_v18(void) } /************************************************************************* -** -** test_libver_bounds_withv18(): +** test_verbounds_18() ** Main routine to test library version bounds with HDF5 1.8 library. ** *************************************************************************/ |