mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:55:59 +01:00
Load default configuration
This commit is contained in:
parent
5e4d584382
commit
08c8187ef5
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
@ -9,7 +9,7 @@
|
|||
void
|
||||
config_load_default(zathura_t* zathura)
|
||||
{
|
||||
if (zathura || !zathura->ui.session) {
|
||||
if (!zathura || !zathura->ui.session) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue