mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 19:56:01 +01:00
Fixed config.c
This commit is contained in:
parent
e1e6885679
commit
a181c04775
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
@ -8,7 +8,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