mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
minor fixes
This commit is contained in:
parent
63bc0d3b54
commit
b132f67e7b
4 changed files with 13 additions and 7 deletions
|
|
@ -126,7 +126,7 @@ static char* get_config_path() {
|
|||
return NULL;
|
||||
}
|
||||
|
||||
bool load_config() {
|
||||
bool load_config(void) {
|
||||
sway_log(L_INFO, "Loading config");
|
||||
|
||||
char *path = get_config_path();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue