summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/iphone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iphone.c b/src/iphone.c
index c2a79bb..5076b48 100644
--- a/src/iphone.c
+++ b/src/iphone.c
@@ -95,7 +95,7 @@ static void iphone_config_usb_device(iphone_device_t phone)
95 * descriptor on return. 95 * descriptor on return.
96 * @return IPHONE_E_SUCCESS if ok, otherwise an error code. 96 * @return IPHONE_E_SUCCESS if ok, otherwise an error code.
97 */ 97 */
98static iphone_error_t iphone_get_specific_device(unsigned int bus_n, int dev_n, iphone_device_t * device) 98iphone_error_t iphone_get_specific_device(unsigned int bus_n, int dev_n, iphone_device_t * device)
99{ 99{
100 struct usb_bus *bus, *busses; 100 struct usb_bus *bus, *busses;
101 struct usb_device *dev; 101 struct usb_device *dev;