Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
08c8187e
Commit
08c8187e
authored
Apr 20, 2011
by
Moritz Lipp
Browse files
Load default configuration
parent
5e4d5843
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.c
View file @
08c8187e
...
...
@@ -9,7 +9,7 @@
void
config_load_default
(
zathura_t
*
zathura
)
{
if
(
zathura
||
!
zathura
->
ui
.
session
)
{
if
(
!
zathura
||
!
zathura
->
ui
.
session
)
{
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment