summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5tImp.h
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/jni/h5tImp.h')
-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);
/*