mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 10:55:59 +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
|
void
|
||||||
config_load_default(zathura_t* zathura)
|
config_load_default(zathura_t* zathura)
|
||||||
{
|
{
|
||||||
if (zathura || !zathura->UI.session) {
|
if (zathura || !zathura->ui.session) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue