summaryrefslogtreecommitdiff
path: root/sed/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'sed/execute.c')
-rw-r--r--sed/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sed/execute.c b/sed/execute.c
index 9268524..39780ce 100644
--- a/sed/execute.c
+++ b/sed/execute.c
@@ -1027,7 +1027,7 @@ static void append_replacement (struct line *buf, struct replacement *p,
if (p->prefix_length)
{
str_append_modified(buf, p->prefix, p->prefix_length,
- curr_type);
+ curr_type);
curr_type &= ~REPL_MODIFIERS;
}