summaryrefslogtreecommitdiffstats
path: root/test/tohdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tohdr.c')
-rw-r--r--test/tohdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tohdr.c b/test/tohdr.c
index 2ea0896..5c0711d 100644
--- a/test/tohdr.c
+++ b/test/tohdr.c
@@ -66,7 +66,7 @@ test_ohdr (void)
/* the new object header */
MESSAGE (8, ("Creating new object header...\n"));
- status = H5O_new (f, 1, 64, &oh_addr/*out*/);
+ status = H5O_create (f, 1, 64, &oh_addr/*out*/);
CHECK_I (status, "H5O_new");
/*