aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/lineedit.c')
-rw-r--r--libbb/lineedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c
index 2a5d4e704..e5721b063 100644
--- a/libbb/lineedit.c
+++ b/libbb/lineedit.c
@@ -776,7 +776,7 @@ static NOINLINE unsigned complete_cmd_dir_file(const char *command, int type)
776 } 776 }
777 pf_len = strlen(pfind); 777 pf_len = strlen(pfind);
778 778
779#if ENABLE_FEATURE_SH_STANDALONE && NUM_APPLETS != 1 779# if ENABLE_FEATURE_SH_STANDALONE && NUM_APPLETS != 1
780 if (type == FIND_EXE_ONLY && !dirbuf) { 780 if (type == FIND_EXE_ONLY && !dirbuf) {
781 const char *p = applet_names; 781 const char *p = applet_names;
782 782
@@ -787,7 +787,7 @@ static NOINLINE unsigned complete_cmd_dir_file(const char *command, int type)
787 continue; 787 continue;
788 } 788 }
789 } 789 }
790#endif 790# endif
791 791
792 for (i = 0; i < npaths; i++) { 792 for (i = 0; i < npaths; i++) {
793 DIR *dir; 793 DIR *dir;