summaryrefslogtreecommitdiffstats
path: root/src/iphone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iphone.c')
-rw-r--r--src/iphone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iphone.c b/src/iphone.c
index 91a9f50..cf53310 100644
--- a/src/iphone.c
+++ b/src/iphone.c
@@ -39,6 +39,7 @@ iPhone *get_iPhone() {
39 // initialize the struct 39 // initialize the struct
40 phone->device = NULL; 40 phone->device = NULL;
41 phone->__device = NULL; 41 phone->__device = NULL;
42 phone->buffer = NULL;
42 43
43 // Initialize libusb. 44 // Initialize libusb.
44 usb_init(); 45 usb_init();