summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5sImp.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-02-25 15:22:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-02-25 15:22:19 (GMT)
commit04e67af8f968b2c6f50cb42990d3dfa79aa353d9 (patch)
tree0f148082e40fde97b2538748ea249e0c19d3adb4 /java/src/jni/h5sImp.c
parentfe7c3fb646560b9b3ae53473578f4b7566b8c571 (diff)
downloadhdf5-04e67af8f968b2c6f50cb42990d3dfa79aa353d9.zip
hdf5-04e67af8f968b2c6f50cb42990d3dfa79aa353d9.tar.gz
hdf5-04e67af8f968b2c6f50cb42990d3dfa79aa353d9.tar.bz2
Fix Fortran macro use and jni comment
Diffstat (limited to 'java/src/jni/h5sImp.c')
-rw-r--r--java/src/jni/h5sImp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/jni/h5sImp.c b/java/src/jni/h5sImp.c
index 74866ed..33d3c2b 100644
--- a/java/src/jni/h5sImp.c
+++ b/java/src/jni/h5sImp.c
@@ -164,7 +164,8 @@ done:
#ifdef notdef
/* 10/28/99 -- added code to copy the array -- this is not used,
* but serves as a reminder in case we try to implement this in
- */ the future....
+ * the future....
+ */
/*
* Note: the argument coord is actually long coord[][], which has been
* flattened by the caller.