summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-08-16 23:09:31 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-08-16 23:09:31 (GMT)
commit58a42e0039abb6a103924cfaa90719c88b8f003d (patch)
tree83aff0eecc56587b06e205cb60dd288410bcef6b
parenta60f7d1dc6e6380a8f700c6940be31e48dffe524 (diff)
parentb14dc67e198ea73fd19312ad048a89eba90a9d6e (diff)
downloadhdf5-58a42e0039abb6a103924cfaa90719c88b8f003d.zip
hdf5-58a42e0039abb6a103924cfaa90719c88b8f003d.tar.gz
hdf5-58a42e0039abb6a103924cfaa90719c88b8f003d.tar.bz2
Merge pull request #1201 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'b14dc67e198ea73fd19312ad048a89eba90a9d6e': Correct nested c-style comments.
-rw-r--r--src/H5Odeprec.c2
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 *)
*/