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
71a332ed
Commit
71a332ed
authored
Jul 26, 2013
by
Moritz Lipp
Browse files
Fix return with no value
parent
2ad8571f
Changes
1
Show whitespace changes
Inline
Side-by-side
shortcuts.c
View file @
71a332ed
...
...
@@ -725,7 +725,7 @@ sc_jumplist(girara_session_t* session, girara_argument_t* argument,
/* if no jumps in the jumplist */
if
(
zathura
->
jumplist
.
size
==
0
)
{
return
;
return
true
;
}
GtkAdjustment
*
hadj
=
gtk_scrolled_window_get_hadjustment
(
GTK_SCROLLED_WINDOW
(
session
->
gtk
.
view
));
...
...
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