diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-27 11:05:02 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-27 11:05:02 (GMT) |
commit | 7b7f0eafc57c083298d87a09df70a33f93e4760d (patch) | |
tree | 50c7425257a1d56067dcdc424ddd512285dbc919 /test/tmisc.c | |
parent | c16d23010120083bdf8070b1e3920ca77f83ae50 (diff) | |
download | hdf5-7b7f0eafc57c083298d87a09df70a33f93e4760d.zip hdf5-7b7f0eafc57c083298d87a09df70a33f93e4760d.tar.gz hdf5-7b7f0eafc57c083298d87a09df70a33f93e4760d.tar.bz2 |
[svn-r26328] Fixed a typo in tmisc.c.
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 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 */ |