aboutsummaryrefslogtreecommitdiffstats
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
909 909
910exit_cleanup: 910exit_cleanup:
911 free(buf); 911 free(buf);
912 return;
913} 912}
914 913
915bool ipc_send_reply(struct ipc_client *client, enum ipc_command_type payload_type, 914bool ipc_send_reply(struct ipc_client *client, enum ipc_command_type payload_type,