summaryrefslogtreecommitdiffstats
path: root/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.h b/regex.h
index 1ea148bd..1c531cff 100644
--- a/regex.h
+++ b/regex.h
@@ -31,7 +31,7 @@ val regex_compile(val regex, val error_stream);
val regexp(val);
val search_regex(val haystack, val needle_regex, val start_num, val from_end);
val match_regex(val str, val regex, val pos);
-val match_regex_right(val str, val regex, val pos);
+val match_regex_right(val str, val regex, val end);
val regsub(val regex, val repl, val str);
void regex_init(void);