mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Typo
This commit is contained in:
parent
86f95bb42f
commit
ddadbb5b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ main(int argc, char *argv[])
|
|||
if (!rc.config_dir) {
|
||||
rc.config_dir = config_dir();
|
||||
} else if (!config_file) {
|
||||
config_file = g_strdup_printf ("%s/rc.xml", rc.config_dir);
|
||||
config_file = g_strdup_printf("%s/rc.xml", rc.config_dir);
|
||||
}
|
||||
wlr_log(WLR_INFO, "using config dir (%s)\n", rc.config_dir);
|
||||
session_environment_init(rc.config_dir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue