Load default configuration

This commit is contained in:
Moritz Lipp 2011-04-20 15:55:09 +02:00
parent 5e4d584382
commit 08c8187ef5

View file

@ -9,7 +9,7 @@
void
config_load_default(zathura_t* zathura)
{
if (zathura || !zathura->ui.session) {
if (!zathura || !zathura->ui.session) {
return;
}