diff options
Diffstat (limited to 'src/idevice.c')
| -rw-r--r-- | src/idevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevice.c b/src/idevice.c index f35c666..b067fa5 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -113,7 +113,7 @@ idevice_error_t idevice_get_device_list(char ***devices, int *count) | |||
| 113 | *count = 0; | 113 | *count = 0; |
| 114 | 114 | ||
| 115 | if (usbmuxd_get_device_list(&dev_list) < 0) { | 115 | if (usbmuxd_get_device_list(&dev_list) < 0) { |
| 116 | debug_info("ERROR: usbmuxd is not running!\n", __func__); | 116 | debug_info("ERROR: usbmuxd is not running!", __func__); |
| 117 | return IDEVICE_E_NO_DEVICE; | 117 | return IDEVICE_E_NO_DEVICE; |
| 118 | } | 118 | } |
| 119 | 119 | ||
