diff options
author | Martin Szulecki | 2009-09-12 19:49:16 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-09-12 19:49:16 +0200 |
commit | a4a0e5a4449cea17c6030555f2c1a9669611d871 (patch) | |
tree | 3cd05e6b03af09d7c1ef662ed8956a377fbaf582 /tools | |
parent | 3ce5d8e486195b62385b4d449cd7b63c33d81db4 (diff) | |
download | libimobiledevice-a4a0e5a4449cea17c6030555f2c1a9669611d871.tar.gz libimobiledevice-a4a0e5a4449cea17c6030555f2c1a9669611d871.tar.bz2 |
Rename iphone_free_device_list to follow overall naming style
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; } } |