From 8daef223bbeeecd1611f27d8f658321781aae7d2 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 6 Jun 2017 18:41:54 +0100 Subject: [PATCH] utils: Fix minor formatting issue in gtk-doc comment Signed-off-by: Philip Withnall --- common/flatpak-utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/flatpak-utils.c b/common/flatpak-utils.c index bdfeeb69..7253880f 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 *