mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 07:56:00 +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
|
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