diff options
Diffstat (limited to 'src/service.c')
| -rw-r--r-- | src/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c index 57d987c..661c4f6 100644 --- a/src/service.c +++ b/src/service.c | |||
| @@ -47,7 +47,7 @@ static service_error_t idevice_to_service_error(idevice_error_t err) | |||
| 47 | case IDEVICE_E_SSL_ERROR: | 47 | case IDEVICE_E_SSL_ERROR: |
| 48 | return SERVICE_E_SSL_ERROR; | 48 | return SERVICE_E_SSL_ERROR; |
| 49 | case IDEVICE_E_NOT_ENOUGH_DATA: | 49 | case IDEVICE_E_NOT_ENOUGH_DATA: |
| 50 | return SERIVCE_E_NOT_ENOUGH_DATA; | 50 | return SERVICE_E_NOT_ENOUGH_DATA; |
| 51 | case IDEVICE_E_TIMEOUT: | 51 | case IDEVICE_E_TIMEOUT: |
| 52 | return SERVICE_E_TIMEOUT; | 52 | return SERVICE_E_TIMEOUT; |
| 53 | default: | 53 | default: |
