about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-10-10 13:27:19 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-10-10 13:27:19 +0200
commit74d4db051b4c74aaab23b19fbb51e441448faf8e (patch)
treee18afd10c3d795205654e1c1f6d8145ea3ed0897
parent41f61cf70249cff7b5022a717cd760d89cbb9e85 (diff)
downloadbox64-74d4db051b4c74aaab23b19fbb51e441448faf8e.tar.gz
box64-74d4db051b4c74aaab23b19fbb51e441448faf8e.zip
[WRAPPER] Fixed one wrapped function signature (for #3048)
-rw-r--r--src/wrapped/wrappedlibusb1_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibusb1_private.h b/src/wrapped/wrappedlibusb1_private.h
index 4f295bb3..0ad93eef 100644
--- a/src/wrapped/wrappedlibusb1_private.h
+++ b/src/wrapped/wrappedlibusb1_private.h
@@ -28,7 +28,7 @@ GO(libusb_free_pollfds, vFp)
 GO(libusb_free_ss_endpoint_companion_descriptor, vFp)
 GO(libusb_free_ss_usb_device_capability_descriptor, vFp)
 GO(libusb_free_streams, iFppi)
-GOM(libusb_free_transfer, vFp)
+GOM(libusb_free_transfer, vFEp)
 GO(libusb_free_usb_2_0_extension_descriptor, vFp)
 GO(libusb_get_active_config_descriptor, iFpp)
 GO(libusb_get_active_interface_association_descriptors, iFpp)