diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index a17d1e551..6585a60bd 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -683,7 +683,7 @@ static sed_cmd_t *branch_to(const char *label) | |||
683 | 683 | ||
684 | static void append(char *s) | 684 | static void append(char *s) |
685 | { | 685 | { |
686 | bbg.append_head = llist_add_to_end(bbg.append_head, bb_xstrdup(s)); | 686 | llist_add_to_end(&bbg.append_head, bb_xstrdup(s)); |
687 | } | 687 | } |
688 | 688 | ||
689 | static void flush_append(void) | 689 | static void flush_append(void) |