summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-03-15 20:31:20 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-03-15 20:31:20 (GMT)
commita68599923bd308c00e73fe326de585cccaa6705b (patch)
tree98f03126f86562836238efe82115e01fe7cf8830
parentf03eb0067e88c955de35c4f1083786925ff3faab (diff)
downloadhdf5-a68599923bd308c00e73fe326de585cccaa6705b.zip
hdf5-a68599923bd308c00e73fe326de585cccaa6705b.tar.gz
hdf5-a68599923bd308c00e73fe326de585cccaa6705b.tar.bz2
[svn-r29434] Correct return value
-rw-r--r--java/src/jni/h5tImp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/jni/h5tImp.h b/java/src/jni/h5tImp.h
index f9e6985..9755a91 100644
--- a/java/src/jni/h5tImp.h
+++ b/java/src/jni/h5tImp.h
@@ -498,9 +498,9 @@ JNIEXPORT jboolean JNICALL Java_hdf_hdf5lib_H5_H5Tis_1variable_1str
/*
* Class: hdf_hdf5lib_H5
* Method: H5Tget_native_type
- * Signature: (JI)I
+ * Signature: (JI)J
*/
-JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5__1H5Tget_1native_1type
+JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5__1H5Tget_1native_1type
(JNIEnv *, jclass, jlong, jint);
/*