diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-06-03 15:45:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-06-03 15:45:20 (GMT) |
commit | 1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176 (patch) | |
tree | a66e3e2d7aa10f8638bc740edf3666d1a902b238 /java | |
parent | 94d3aa716659c3c11d05ce5094948927285bfd2a (diff) | |
download | hdf5-1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176.zip hdf5-1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176.tar.gz hdf5-1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176.tar.bz2 |
Fix minor issues
Diffstat (limited to 'java')
-rw-r--r-- | java/src/jni/h5tImp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/jni/h5tImp.c b/java/src/jni/h5tImp.c index 313ca8b..460f12e 100644 --- a/java/src/jni/h5tImp.c +++ b/java/src/jni/h5tImp.c @@ -1620,7 +1620,7 @@ done: /* * Class: hdf_hdf5lib_H5 - * Method: H5Tarray_get_dims2 + * Method: H5Tget_array_dims2 * Signature: (J[J)I */ JNIEXPORT jint JNICALL |