aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/buf.c b/bin/ed/buf.c
index b70346c3b170..4f36602dbdf2 100644
--- a/bin/ed/buf.c
+++ b/bin/ed/buf.c
@@ -193,7 +193,7 @@ char sfn[15] = ""; /* scratch file name */
int
open_sbuf(void)
{
- int fd = -1;
+ int fd;
int u;
isbinary = newline_added = 0;