diff options
author | Nikias Bassen | 2020-02-20 02:31:12 +0100 |
---|---|---|
committer | Nikias Bassen | 2020-02-20 02:31:12 +0100 |
commit | bbe55efa092c9c8ea5ac82db37c6d31d625be8f2 (patch) | |
tree | 7f1aa485276b2aa1e006dcb77b2ced6a3aed2f65 /src | |
parent | ff62b2d77e0ef8850930c8ce70b4fb3d15621673 (diff) | |
download | libimobiledevice-bbe55efa092c9c8ea5ac82db37c6d31d625be8f2.tar.gz libimobiledevice-bbe55efa092c9c8ea5ac82db37c6d31d625be8f2.tar.bz2 |
debugserver: Fix whitespace error
Diffstat (limited to 'src')
-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 4aab1fc..ceaf4a9 100644 --- a/src/debugserver.c +++ b/src/debugserver.c @@ -55,7 +55,7 @@ static debugserver_error_t debugserver_error(service_error_t err) return DEBUGSERVER_E_MUX_ERROR; case SERVICE_E_SSL_ERROR: return DEBUGSERVER_E_SSL_ERROR; - case SERVICE_E_TIMEOUT: + case SERVICE_E_TIMEOUT: return DEBUGSERVER_E_TIMEOUT; default: break; |