diff options
Diffstat (limited to 'include/usbmuxd.h')
-rw-r--r-- | include/usbmuxd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usbmuxd.h b/include/usbmuxd.h index cf9a1e2..f08a653 100644 --- a/include/usbmuxd.h +++ b/include/usbmuxd.h @@ -166,7 +166,7 @@ int usbmuxd_device_list_free(usbmuxd_device_info_t **device_list); * * @param udid A device UDID of the device to look for. If udid is NULL, * This function will return the first device found. - * @param device Pointer to a previously allocated (or static) + * @param device Pointer to a previously allocated (or static) * usbmuxd_device_info_t that will be filled with the device info. * * @return 0 if no matching device is connected, 1 if the device was found, |