summaryrefslogtreecommitdiffstats
path: root/test/th5s.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-02-13 18:29:51 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-02-13 18:29:51 (GMT)
commit551e58e683e76af4aca68998aa718e7e03d8f4f1 (patch)
tree6c86a143d05e0d6798dade7d550dee199ce1eff9 /test/th5s.c
parent4c119d295948bf2e4cbda7a735b0a1b65e6c841d (diff)
downloadhdf5-551e58e683e76af4aca68998aa718e7e03d8f4f1.zip
hdf5-551e58e683e76af4aca68998aa718e7e03d8f4f1.tar.gz
hdf5-551e58e683e76af4aca68998aa718e7e03d8f4f1.tar.bz2
Fixed typos
Platforms tested: Linux/32 (jam)
Diffstat (limited to 'test/th5s.c')
-rw-r--r--test/th5s.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/th5s.c b/test/th5s.c
index 81ac2ac..4154c5f 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -2400,7 +2400,7 @@ test_h5s_bug1(void)
*
*-------------------------------------------------------------------------
*/
-#define VERBFNAME "tverbounds_dspace.h5"
+#define VERBFNAME "tverbounds_dspace.h5"
#define BASIC_DSET "Basic Dataset"
#define LATEST_DSET "Latest Dataset"
static void
@@ -2415,9 +2415,6 @@ test_versionbounds(void)
H5F_libver_t low, high; /* File format bounds */
H5S_t *spacep = NULL; /* Pointer to internal dataspace */
herr_t ret = 0; /* Generic return value */
-hid_t sid = -1;
-H5S_t *spaceptr = NULL;
-
/* Output message about test being performed */
MESSAGE(5, ("Testing Version Bounds\n"));