From 7b7f0eafc57c083298d87a09df70a33f93e4760d Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 27 Feb 2015 06:05:02 -0500 Subject: [svn-r26328] Fixed a typo in tmisc.c. --- test/tmisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12