summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/iphone_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iphone_id.c b/tools/iphone_id.c
index c9ae2db..80f22e1 100644
--- a/tools/iphone_id.c
+++ b/tools/iphone_id.c
@@ -102,7 +102,7 @@ int main(int argc, char **argv)
102 for (i = 0; dev_list[i] != NULL; i++) { 102 for (i = 0; dev_list[i] != NULL; i++) {
103 printf("%s\n", dev_list[i]); 103 printf("%s\n", dev_list[i]);
104 } 104 }
105 iphone_free_device_list(dev_list); 105 iphone_device_list_free(dev_list);
106 return 0; 106 return 0;
107 } 107 }
108} 108}