diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c index bf537ee62..4dcef68f9 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -332,7 +332,7 @@ static void write1(const char *out) | |||
332 | fputs(out, stdout); | 332 | fputs(out, stdout); |
333 | } | 333 | } |
334 | 334 | ||
335 | extern int vi_main(int argc, char **argv) | 335 | int vi_main(int argc, char **argv) |
336 | { | 336 | { |
337 | int c; | 337 | int c; |
338 | RESERVE_CONFIG_BUFFER(STATUS_BUFFER, STATUS_BUFFER_LEN); | 338 | RESERVE_CONFIG_BUFFER(STATUS_BUFFER, STATUS_BUFFER_LEN); |