summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index e2d10d28..95d605a3 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -126,7 +126,7 @@ static char* get_config_path() {
126 return NULL; 126 return NULL;
127} 127}
128 128
129bool load_config() { 129bool load_config(void) {
130 sway_log(L_INFO, "Loading config"); 130 sway_log(L_INFO, "Loading config");
131 131
132 char *path = get_config_path(); 132 char *path = get_config_path();