summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-10-30 21:44:54 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-10-30 21:44:54 (GMT)
commitee12aff2ca89e92b99590f29096794a84c6bacdc (patch)
treecb1cafffa9a0d4857fbe6bc013df5f28c082e025 /examples
parent7a5e632c0dd6735269728328aa63a040e0d72e6e (diff)
downloadhdf5-ee12aff2ca89e92b99590f29096794a84c6bacdc.zip
hdf5-ee12aff2ca89e92b99590f29096794a84c6bacdc.tar.gz
hdf5-ee12aff2ca89e92b99590f29096794a84c6bacdc.tar.bz2
Removed a couple of extraneous commas from VOL example.
Diffstat (limited to 'examples')
-rw-r--r--examples/h5_vol_external_log_native.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/h5_vol_external_log_native.c b/examples/h5_vol_external_log_native.c
index 26bae30..616214d 100644
--- a/examples/h5_vol_external_log_native.c
+++ b/examples/h5_vol_external_log_native.c
@@ -101,14 +101,14 @@ static const H5VL_class_t H5VL_log_g = {
NULL, /* H5VL_log_link_move, */ /* move */
NULL, /* H5VL_log_link_get, */ /* get */
NULL, /* H5VL_log_link_specific, */ /* specific */
- NULL, /* H5VL_log_link_optional, */ /* optional */
+ NULL /* H5VL_log_link_optional, */ /* optional */
},
{ /* object_cls */
H5VL_log_object_open, /* open */
NULL, /* H5VL_log_object_copy, */ /* copy */
NULL, /* H5VL_log_object_get, */ /* get */
H5VL_log_object_specific, /* specific */
- NULL, /* H5VL_log_object_optional, */ /* optional */
+ NULL /* H5VL_log_object_optional, */ /* optional */
},
{
NULL,