From 674243b8571700409c52beffeb85e2d792444061 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 10 Mar 2005 11:16:57 -0500 Subject: [svn-r10177] Purpose: Update comments Description: Correct comment about how H5B2_create() works. Platforms tested: None, just minor comment change. --- src/H5B2.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/H5B2.c b/src/H5B2.c index c9b3fa7..812bdb8 100644 --- a/src/H5B2.c +++ b/src/H5B2.c @@ -279,9 +279,8 @@ done: * * Purpose: Creates a new empty B-tree in the file. * - * Return: Success: Pointer to a new B-tree. - * - * Failure: NULL + * Return: Non-negative on success (with address of new B-tree + * filled in), negative on failure * * Programmer: Quincey Koziol * koziol@ncsa.uiuc.edu -- cgit v0.12