diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-08-01 20:24:57 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-08-01 20:24:57 (GMT) |
commit | 61c0d0813f6de1e75606d3cbf5a185962c0ece1c (patch) | |
tree | ff740f597c921561693523d5b2d5be5cc95f973f /src/H5VLpublic.h | |
parent | a42ea0be91c25d90427678d548bcff17b032d2ca (diff) | |
parent | d4ebdeadadf89ce03ad537c4b8d2bb66a9f4f828 (diff) | |
download | hdf5-61c0d0813f6de1e75606d3cbf5a185962c0ece1c.zip hdf5-61c0d0813f6de1e75606d3cbf5a185962c0ece1c.tar.gz hdf5-61c0d0813f6de1e75606d3cbf5a185962c0ece1c.tar.bz2 |
[svn-r25505] merge from trunk and fix some bugs due to 64_bit switch.
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r-- | src/H5VLpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h index b2d4dce..982e1fc 100644 --- a/src/H5VLpublic.h +++ b/src/H5VLpublic.h @@ -149,7 +149,7 @@ typedef enum H5VL_object_optional_t { /* types for all object get API routines */ typedef enum H5VL_object_get_t { - H5VL_OBJECT_EXISTS, /* H5Oexists_by_name) */ + H5VL_OBJECT_EXISTS, /* H5Oexists_by_name */ H5VL_OBJECT_GET_INFO, /* object info */ H5VL_OBJECT_GET_COMMENT, /* object comment */ H5VL_REF_GET_REGION, /* dataspace of region */ |