summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-27 11:05:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-27 11:05:02 (GMT)
commit7b7f0eafc57c083298d87a09df70a33f93e4760d (patch)
tree50c7425257a1d56067dcdc424ddd512285dbc919 /test
parentc16d23010120083bdf8070b1e3920ca77f83ae50 (diff)
downloadhdf5-7b7f0eafc57c083298d87a09df70a33f93e4760d.zip
hdf5-7b7f0eafc57c083298d87a09df70a33f93e4760d.tar.gz
hdf5-7b7f0eafc57c083298d87a09df70a33f93e4760d.tar.bz2
[svn-r26328] Fixed a typo in tmisc.c.
Diffstat (limited to 'test')
-rw-r--r--test/tmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c
index 80f4fc7..31d15ac 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -5345,7 +5345,7 @@ test_misc32(void)
buffer = H5allocate_memory(0, FALSE);
CHECK_PTR_NULL(buffer, "H5allocate_memory"); /*BAD*/
buffer = H5allocate_memory(0, TRUE);
- CHECK_PTR_NULL(buffer, "H5allocate_memory"); /*BAD*/a
+ CHECK_PTR_NULL(buffer, "H5allocate_memory"); /*BAD*/
#endif /* NDEBUG */
/* RESIZE */