summaryrefslogtreecommitdiffstats
path: root/java/src/jni
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-02-25 15:22:19 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:55 (GMT)
commit8ad375d345c0aca3167b2163a10667009c31f7dc (patch)
tree2a6ec011e776e4ac2edca35646ffc833413e529c /java/src/jni
parenta549df80b39c88e4ed3f7d0cc74da308f9d94968 (diff)
downloadhdf5-8ad375d345c0aca3167b2163a10667009c31f7dc.zip
hdf5-8ad375d345c0aca3167b2163a10667009c31f7dc.tar.gz
hdf5-8ad375d345c0aca3167b2163a10667009c31f7dc.tar.bz2
Fix Fortran macro use and jni comment
Diffstat (limited to 'java/src/jni')
-rw-r--r--java/src/jni/h5sImp.c3
-rw-r--r--java/src/jni/h5sImp.h3
2 files changed, 4 insertions, 2 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.
diff --git a/java/src/jni/h5sImp.h b/java/src/jni/h5sImp.h
index 87661e3..a07d4c5 100644
--- a/java/src/jni/h5sImp.h
+++ b/java/src/jni/h5sImp.h
@@ -51,7 +51,8 @@ Java_hdf_hdf5lib_H5__1H5Scopy
#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.