summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 4c5ac1d6..c1382fc1 100644
--- a/regex.c
+++ b/regex.c
@@ -2091,7 +2091,7 @@ val regex_source(val compiled_regex)
static void puts_clear_flag(val str, val stream, int *semi_flag)
{
*semi_flag = 0;
- put_string(str, stream);
+ put_string(str, stream);
}
static void putc_clear_flag(val ch, val stream, int *semi_flag)