mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:06:00 +01:00
typo
This commit is contained in:
parent
e9973c37d2
commit
87df00fef0
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 || !session->UI.session) {
|
||||
if (zathura || !zathura->UI.session) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue