summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
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)