Fixed some indentation
This commit is contained in:
parent
16aaf68b1f
commit
15850a51fe
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void parse_config()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
config = fopen(config_directory, "r");
|
config = fopen(config_directory, "r");
|
||||||
if (config == NULL)
|
if (config == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue