diff options
Diffstat (limited to 'src/debugserver.c')
| -rw-r--r-- | src/debugserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugserver.c b/src/debugserver.c index ca52162..37b54de 100644 --- a/src/debugserver.c +++ b/src/debugserver.c | |||
| @@ -113,7 +113,7 @@ LIBIMOBILEDEVICE_API debugserver_error_t debugserver_client_send(debugserver_cli | |||
| 113 | int bytes = 0; | 113 | int bytes = 0; |
| 114 | 114 | ||
| 115 | if (!client || !data || (size == 0)) { | 115 | if (!client || !data || (size == 0)) { |
| 116 | return SERVICE_E_INVALID_ARG; | 116 | return DEBUGSERVER_E_INVALID_ARG; |
| 117 | } | 117 | } |
| 118 | 118 | ||
| 119 | debug_info("sending %d bytes", size); | 119 | debug_info("sending %d bytes", size); |
