mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:53:45 +01:00
Fix return with no value
This commit is contained in:
parent
2ad8571f41
commit
71a332ede8
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user