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 65fb0265e..454cfcee4 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -419,7 +419,7 @@ int vi_main(int argc, char **argv) | |||
419 | /* fall through */ | 419 | /* fall through */ |
420 | 420 | ||
421 | default: | 421 | default: |
422 | bb_show_usage(); | 422 | bb_show_usage(); |
423 | return 1; | 423 | return 1; |
424 | } | 424 | } |
425 | } | 425 | } |