From a181c0477505cdaf7e05052805026379cd3e6542 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Mon, 18 Apr 2011 17:28:27 +0200 Subject: [PATCH] Fixed config.c --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 33972f9..b847456 100644 --- a/config.c +++ b/config.c @@ -8,7 +8,7 @@ void config_load_default(zathura_t* zathura) { - if (zathura || !zathura->UI.session) { + if (zathura || !zathura->ui.session) { return; }