Error message was missing a slash

next
Michael Stapelberg 2012-01-30 15:53:46 +00:00
parent efa1cada29
commit e04628e581
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ static char *get_config_path(const char *override_configpath) {
die("Unable to find the configuration file (looked at "
"~/.i3/config, $XDG_CONFIG_HOME/i3/config, "
SYSCONFDIR "i3/config and $XDG_CONFIG_DIRS/i3/config)");
SYSCONFDIR "/i3/config and $XDG_CONFIG_DIRS/i3/config)");
}
/*