summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-10 16:46:03 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-10 16:46:03 (GMT)
commit47446e4d5bf281371ebf19d95432cfe98368dbcb (patch)
tree48913ad3ceb569eac4173930e7e081587bc8d2f9 /src/H5VLpublic.h
parentdee5636a90a214926d4b9fb24e671921a3e3c4bc (diff)
downloadhdf5-47446e4d5bf281371ebf19d95432cfe98368dbcb.zip
hdf5-47446e4d5bf281371ebf19d95432cfe98368dbcb.tar.gz
hdf5-47446e4d5bf281371ebf19d95432cfe98368dbcb.tar.bz2
[svn-r22543] cleanup
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index 423eee3..bfd9c08 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -218,7 +218,7 @@ typedef struct H5VL_datatype_class_t {
void *(*open) (void *obj, H5VL_loc_params_t loc_params, const char * name, hid_t tapl_id, hid_t req);
ssize_t (*get_binary) (void *obj, unsigned char *buf, size_t size, hid_t req);
herr_t (*close) (void *dt, hid_t req);
-}H5VL_datatype_class_t;
+} H5VL_datatype_class_t;
/* H5D routines */
typedef struct H5VL_dataset_class_t {