mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Fix style issue
This commit is contained in:
parent
777a7ce624
commit
23d2b82b74
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
if (!rc.config_dir) {
|
if (!rc.config_dir) {
|
||||||
rc.config_dir = config_dir();
|
rc.config_dir = config_dir();
|
||||||
if (merge_rc == false && !config_file) {
|
if (!merge_rc && !config_file) {
|
||||||
config_file = g_strdup_printf("%s/rc.xml", rc.config_dir);
|
config_file = g_strdup_printf("%s/rc.xml", rc.config_dir);
|
||||||
}
|
}
|
||||||
} else if (!config_file) {
|
} else if (!config_file) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue