summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-21 18:11:19 +0100
committerWill Estes <westes575@gmail.com>2014-11-21 13:58:41 -0500
commit9c8daf867ef0d02ae91b2a2a4e39065cc24f4671 (patch)
treecd8c27fed9b1f8861d2b161df95fcd36c1ab1a6d /src/regex.c
parentd86e0bb1d4e667ddc3f0fbb63e83600e502dd1be (diff)
Fix -Wdocumentation warnings
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c1
1 files changed, 0 insertions, 1 deletions
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)