diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iphone_id.c | 2 |
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) for (i = 0; dev_list[i] != NULL; i++) { printf("%s\n", dev_list[i]); } - iphone_free_device_list(dev_list); + iphone_device_list_free(dev_list); return 0; } } |