Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2015-11-11 21:08:53 +01:00
parent 40e5019276
commit 2695a53bfc

View File

@ -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);