minor fixes

This commit is contained in:
taiyu 2015-08-18 03:48:41 -07:00
parent 63bc0d3b54
commit b132f67e7b
4 changed files with 13 additions and 7 deletions

View file

@ -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();