diff options
Diffstat (limited to 'src/webinspector.c')
| -rw-r--r-- | src/webinspector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webinspector.c b/src/webinspector.c index eb12d4d..1b39ea0 100644 --- a/src/webinspector.c +++ b/src/webinspector.c | |||
| @@ -108,7 +108,7 @@ webinspector_error_t webinspector_client_new(idevice_t device, lockdownd_service | |||
| 108 | * @return WEBINSPECTOR_E_SUCCESS on success, or an WEBINSPECTOR_E_* error | 108 | * @return WEBINSPECTOR_E_SUCCESS on success, or an WEBINSPECTOR_E_* error |
| 109 | * code otherwise. | 109 | * code otherwise. |
| 110 | */ | 110 | */ |
| 111 | webinspector_error_t webinspector_start_service(idevice_t device, webinspector_client_t * client) | 111 | webinspector_error_t webinspector_client_start_service(idevice_t device, webinspector_client_t * client) |
| 112 | { | 112 | { |
| 113 | *client = NULL; | 113 | *client = NULL; |
| 114 | 114 | ||
