diff options
-rw-r--r-- | libbb/lineedit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c index 81f6fdeff..ccffedced 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c | |||
@@ -1635,7 +1635,9 @@ int FAST_FUNC read_line_input(const char *prompt, char *command, int maxsize, li | |||
1635 | * if the len=0 and no chars to delete */ | 1635 | * if the len=0 and no chars to delete */ |
1636 | if (command_len == 0) { | 1636 | if (command_len == 0) { |
1637 | errno = 0; | 1637 | errno = 0; |
1638 | #if ENABLE_FEATURE_EDITING_VI | ||
1638 | prepare_to_die: | 1639 | prepare_to_die: |
1640 | #endif | ||
1639 | /* to control stopped jobs */ | 1641 | /* to control stopped jobs */ |
1640 | break_out = command_len = -1; | 1642 | break_out = command_len = -1; |
1641 | break; | 1643 | break; |