aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-08-30 16:41:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2022-08-30 16:41:17 +0200
commitfe73c8d55795a8fe7e95fc2c00af6899817b96b8 (patch)
tree1b772243f00c63d16ee4cf8bf6f80a6c7a53ee91 /editors/vi.c
parent58598eb7093561d914a6254697e137b815f1fdfc (diff)
downloadbusybox-w32-fe73c8d55795a8fe7e95fc2c00af6899817b96b8.tar.gz
busybox-w32-fe73c8d55795a8fe7e95fc2c00af6899817b96b8.tar.bz2
busybox-w32-fe73c8d55795a8fe7e95fc2c00af6899817b96b8.zip
*: style fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 1f997e8e5..2645afe87 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -4327,7 +4327,7 @@ static void do_cmd(int c)
4327 c1 = get_one_char(); 4327 c1 = get_one_char();
4328 // ZQ means to exit without saving 4328 // ZQ means to exit without saving
4329 if (c1 == 'Q') { 4329 if (c1 == 'Q') {
4330 editing=0; 4330 editing = 0;
4331 optind = cmdline_filecnt; 4331 optind = cmdline_filecnt;
4332 break; 4332 break;
4333 } 4333 }