Fix typo. Update libs with new fix.

This commit is contained in:
Luca Longinotti 2013-06-18 10:07:21 +02:00
parent 451b081d3f
commit faa739dcbd
4 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ JNIEXPORT jint JNICALL METHOD_NAME(Transfer, length)
/**
* int actualLength()
*/
JNIEXPORT jint JNICALL METHOD_NAME(Transfer, getActualLength)
JNIEXPORT jint JNICALL METHOD_NAME(Transfer, actualLength)
(
JNIEnv *env, jobject this
)