From 9c8daf867ef0d02ae91b2a2a4e39065cc24f4671 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 21 Nov 2014 18:11:19 +0100 Subject: Fix -Wdocumentation warnings --- src/regex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/regex.c') diff --git a/src/regex.c b/src/regex.c index e12cf65..2bb580e 100644 --- a/src/regex.c +++ b/src/regex.c @@ -113,7 +113,6 @@ char *regmatch_cpy (regmatch_t * m, char *dest, const char *src) /** Get the length in characters of the match. * @param m A match as returned by regexec(). - * @param src The source string that was passed to regexec(). * @return The length of the match. */ int regmatch_len (regmatch_t * m) -- cgit v1.2.3