diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-08-16 23:06:56 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-08-16 23:06:56 (GMT) |
commit | b14dc67e198ea73fd19312ad048a89eba90a9d6e (patch) | |
tree | 83aff0eecc56587b06e205cb60dd288410bcef6b /src | |
parent | a60f7d1dc6e6380a8f700c6940be31e48dffe524 (diff) | |
download | hdf5-b14dc67e198ea73fd19312ad048a89eba90a9d6e.zip hdf5-b14dc67e198ea73fd19312ad048a89eba90a9d6e.tar.gz hdf5-b14dc67e198ea73fd19312ad048a89eba90a9d6e.tar.bz2 |
Correct nested c-style comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Odeprec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Odeprec.c b/src/H5Odeprec.c index 296feaf..2600ea3 100644 --- a/src/H5Odeprec.c +++ b/src/H5Odeprec.c @@ -332,5 +332,5 @@ done: /* Future function prototypes to be deprecated in next major version * see HDFFV-10552 -#endif /* H5_NO_DEPRECATED_SYMBOLS */ +#endif (* H5_NO_DEPRECATED_SYMBOLS *) */ |