mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 05:16:01 +01:00
Add missing return value
This commit is contained in:
parent
210cc9982c
commit
6a30019b4e
1 changed files with 1 additions and 0 deletions
|
@ -941,4 +941,5 @@ position_set_delayed(zathura_t* zathura, double position_x, double position_y)
|
||||||
|
|
||||||
gdk_threads_add_idle(position_set_delayed_impl, p);
|
gdk_threads_add_idle(position_set_delayed_impl, p);
|
||||||
|
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue