summaryrefslogtreecommitdiffstats
path: root/src/debugserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugserver.c')
-rw-r--r--src/debugserver.c2
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)
55 return DEBUGSERVER_E_MUX_ERROR; 55 return DEBUGSERVER_E_MUX_ERROR;
56 case SERVICE_E_SSL_ERROR: 56 case SERVICE_E_SSL_ERROR:
57 return DEBUGSERVER_E_SSL_ERROR; 57 return DEBUGSERVER_E_SSL_ERROR;
58 case SERVICE_E_TIMEOUT: 58 case SERVICE_E_TIMEOUT:
59 return DEBUGSERVER_E_TIMEOUT; 59 return DEBUGSERVER_E_TIMEOUT;
60 default: 60 default:
61 break; 61 break;