From 789c0cc877a41a65417b0ee1d6eed5803c48c238 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 16 Aug 2010 15:28:36 -0400 Subject: [PATCH] Fix a doc format issue --- glib/gregex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gregex.c b/glib/gregex.c index 4fd462dbe..576632d0e 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -2618,7 +2618,7 @@ g_regex_replace_literal (const GRegex *regex, /** * g_regex_replace_eval: * @regex: a #GRegex structure from g_regex_new() - * @string (array length=string_len): string to perform matches against + * @string: (array length=string_len): string to perform matches against * @string_len: the length of @string, or -1 if @string is nul-terminated * @start_position: starting index of the string to match * @match_options: options for the match