summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-18 07:02:31 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-18 07:02:31 -0400
commit2f6dd0687bac748f414e5deb090f38d755f66d29 (patch)
tree098ea31107357e0ebedd5435d870f11fe4b60836 /sway/config.c
parentFix #64 (diff)
parentminor fixes (diff)
downloadsway-2f6dd0687bac748f414e5deb090f38d755f66d29.tar.gz
sway-2f6dd0687bac748f414e5deb090f38d755f66d29.tar.zst
sway-2f6dd0687bac748f414e5deb090f38d755f66d29.zip
Merge pull request #65 from taiyu-len/focus_v2
Focus v2
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();