aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/lineedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c
index a0f190fd4..69768da30 100644
--- a/libbb/lineedit.c
+++ b/libbb/lineedit.c
@@ -136,7 +136,7 @@ static struct statics *const ptr_to_statics __attribute__ ((section (".data")));
136#define command_ps (S.command_ps ) 136#define command_ps (S.command_ps )
137#define cmdedit_prompt (S.cmdedit_prompt ) 137#define cmdedit_prompt (S.cmdedit_prompt )
138#define num_ok_lines (S.num_ok_lines ) 138#define num_ok_lines (S.num_ok_lines )
139#define user_buf (S.user_buf ) 139#define user_buf (S.user_buf )
140#define home_pwd_buf (S.home_pwd_buf ) 140#define home_pwd_buf (S.home_pwd_buf )
141#define matches (S.matches ) 141#define matches (S.matches )
142#define num_matches (S.num_matches ) 142#define num_matches (S.num_matches )