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
c25f8923
Commit
c25f8923
authored
Jun 20, 2012
by
Sebastian Ramacher
Browse files
Fix check.
parent
a759c008
Changes
1
Hide whitespace changes
Inline
Side-by-side
render.c
View file @
c25f8923
...
...
@@ -92,7 +92,7 @@ render_page(render_thread_t* render_thread, zathura_page_t* page)
static
bool
render
(
zathura_t
*
zathura
,
zathura_page_t
*
page
)
{
if
(
zathura
==
NULL
||
page
==
NULL
||
zathura
->
sync
.
render_thread
->
about_to_close
==
fals
e
)
{
if
(
zathura
==
NULL
||
page
==
NULL
||
zathura
->
sync
.
render_thread
->
about_to_close
==
tru
e
)
{
return
false
;
}
...
...
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