diff --git a/common/flatpak-utils.c b/common/flatpak-utils.c index bdfeeb69b..7253880f6 100644 --- a/common/flatpak-utils.c +++ b/common/flatpak-utils.c @@ -758,7 +758,8 @@ is_valid_branch_character (gint c) (c == '.'); } -/** flatpak_is_valid_branch: +/** + * flatpak_is_valid_branch: * @string: The string to check * @error: return location for an error *