summaryrefslogtreecommitdiffstats
path: root/src/iphone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iphone.c')
-rw-r--r--src/iphone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iphone.c b/src/iphone.c
index b7f6cc4..86226e7 100644
--- a/src/iphone.c
+++ b/src/iphone.c
@@ -146,7 +146,7 @@ iphone_error_t iphone_get_specific_device(int bus_n, int dev_n, iphone_device_t
146 */ 146 */
147iphone_error_t iphone_get_device(iphone_device_t * device) 147iphone_error_t iphone_get_device(iphone_device_t * device)
148{ 148{
149 struct usb_bus *bus, *busses; 149 struct usb_bus *bus;
150 struct usb_device *dev; 150 struct usb_device *dev;
151 151
152 usb_init(); 152 usb_init();