diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-11-12 13:57:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-11-12 13:57:25 (GMT) |
commit | 10fb09658676e19e89a4fd0377fb9e5d0da35cdb (patch) | |
tree | 2dffe3025c4b69f64c2140b43025caf52fd65c5f /src/H5E.c | |
parent | fac0c1327142486041080e47282f875d64cad740 (diff) | |
download | hdf5-10fb09658676e19e89a4fd0377fb9e5d0da35cdb.zip hdf5-10fb09658676e19e89a4fd0377fb9e5d0da35cdb.tar.gz hdf5-10fb09658676e19e89a4fd0377fb9e5d0da35cdb.tar.bz2 |
[svn-r6077] Purpose:
Code cleanup
Description:
Added some comments and made some minor code cleanups
Platforms tested:
minor change, only testing on FreeBSD 4.7 (sleipnir) w/parallel
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = { {H5E_CANTCOPY, "Unable to copy object"}, {H5E_CANTFREE, "Unable to free object"}, {H5E_ALREADYEXISTS, "Object already exists"}, + {H5E_CANTLOCK, "Unable to lock object"}, + {H5E_CANTUNLOCK, "Unable to unlock object"}, /* File accessability errors */ {H5E_FILEEXISTS, "File already exists"}, |