mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:25:59 +01:00
CS
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
40e5019276
commit
2695a53bfc
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ zathura_get_version_string(zathura_t* zathura, bool markup)
|
|||
return version;
|
||||
}
|
||||
|
||||
GdkAtom* get_selection(zathura_t* zathura)
|
||||
GdkAtom*
|
||||
get_selection(zathura_t* zathura)
|
||||
{
|
||||
g_return_val_if_fail(zathura != NULL, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue