Fix old style function definitions

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Elyes Haouas 2023-02-25 09:28:16 +01:00 committed by Simon Ser
parent ab4f460597
commit 63f9bdf001
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ static struct cmd_results *do_split(int layout) {
return cmd_results_new(CMD_SUCCESS, NULL);
}
static struct cmd_results *do_unsplit() {
static struct cmd_results *do_unsplit(void) {
struct sway_container *con = config->handler_context.container;
struct sway_workspace *ws = config->handler_context.workspace;