diff options
Diffstat (limited to 'editors/sed.c')
-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 bb2809d3c..bf8a11613 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -994,7 +994,7 @@ static void flush_append(char *last_puts_char) | |||
994 | static char *get_next_line(char *gets_char, char *last_puts_char) | 994 | static char *get_next_line(char *gets_char, char *last_puts_char) |
995 | { | 995 | { |
996 | char *temp = NULL; | 996 | char *temp = NULL; |
997 | int len; | 997 | size_t len; |
998 | char gc; | 998 | char gc; |
999 | 999 | ||
1000 | flush_append(last_puts_char); | 1000 | flush_append(last_puts_char); |