aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sed.c')
-rw-r--r--editors/sed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c
index 9d800c2c3..470220859 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -988,7 +988,7 @@ static void flush_append(char *last_puts_char)
988static char *get_next_line(char *gets_char, char *last_puts_char) 988static char *get_next_line(char *gets_char, char *last_puts_char)
989{ 989{
990 char *temp = NULL; 990 char *temp = NULL;
991 int len; 991 size_t len;
992 char gc; 992 char gc;
993 993
994 flush_append(last_puts_char); 994 flush_append(last_puts_char);