summaryrefslogtreecommitdiffstats
path: root/src/iphone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iphone.c')
-rw-r--r--src/iphone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iphone.c b/src/iphone.c
index eabe6cd..80e3b26 100644
--- a/src/iphone.c
+++ b/src/iphone.c
@@ -128,7 +128,7 @@ iphone_error_t iphone_get_device_list(char ***devices, int *count)
128 * 128 *
129 * @return Always returnes IPHONE_E_SUCCESS. 129 * @return Always returnes IPHONE_E_SUCCESS.
130 */ 130 */
131iphone_error_t iphone_free_device_list(char **devices) 131iphone_error_t iphone_device_list_free(char **devices)
132{ 132{
133 if (devices) { 133 if (devices) {
134 int i = 0; 134 int i = 0;