summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/property_list_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/property_list_service.h')
-rw-r--r--include/libimobiledevice/property_list_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/property_list_service.h b/include/libimobiledevice/property_list_service.h
index aca966d..031d6f8 100644
--- a/include/libimobiledevice/property_list_service.h
+++ b/include/libimobiledevice/property_list_service.h
@@ -68,7 +68,7 @@ property_list_service_error_t property_list_service_client_new(idevice_t device,
68 * 68 *
69 * @return PROPERTY_LIST_SERVICE_E_SUCCESS on success, 69 * @return PROPERTY_LIST_SERVICE_E_SUCCESS on success,
70 * PROPERTY_LIST_SERVICE_E_INVALID_ARG when client is invalid, or a 70 * PROPERTY_LIST_SERVICE_E_INVALID_ARG when client is invalid, or a
71 * PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR when another error occured. 71 * PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR when another error occurred.
72 */ 72 */
73property_list_service_error_t property_list_service_client_free(property_list_service_client_t client); 73property_list_service_error_t property_list_service_client_free(property_list_service_client_t client);
74 74