diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-10-30 21:44:54 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-10-30 21:44:54 (GMT) |
commit | ee12aff2ca89e92b99590f29096794a84c6bacdc (patch) | |
tree | cb1cafffa9a0d4857fbe6bc013df5f28c082e025 | |
parent | 7a5e632c0dd6735269728328aa63a040e0d72e6e (diff) | |
download | hdf5-ee12aff2ca89e92b99590f29096794a84c6bacdc.zip hdf5-ee12aff2ca89e92b99590f29096794a84c6bacdc.tar.gz hdf5-ee12aff2ca89e92b99590f29096794a84c6bacdc.tar.bz2 |
Removed a couple of extraneous commas from VOL example.
-rw-r--r-- | examples/h5_vol_external_log_native.c | 4 |
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, |