Use LIBUSB_API_VERSION now with the reunited libusb.

This commit is contained in:
Luca Longinotti 2014-02-15 17:05:22 +01:00
parent dd7dbbe4e1
commit d8c12df19b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ JNIEXPORT jint JNICALL METHOD_NAME(LibUsb, getApiVersion)
JNIEnv *env, jclass class
)
{
return LIBUSBX_API_VERSION;
return LIBUSB_API_VERSION;
}
/**