From a4a0e5a4449cea17c6030555f2c1a9669611d871 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Sep 2009 19:49:16 +0200 Subject: Rename iphone_free_device_list to follow overall naming style --- tools/iphone_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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; } } -- cgit v1.1-32-gdbae