aboutsummaryrefslogtreecommitdiff
path: root/sway/ipc-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/ipc-server.c')
-rw-r--r--sway/ipc-server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
index fddd8fab..51244436 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -909,7 +909,6 @@ void ipc_client_handle_command(struct ipc_client *client, uint32_t payload_lengt
exit_cleanup:
free(buf);
- return;
}
bool ipc_send_reply(struct ipc_client *client, enum ipc_command_type payload_type,