aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-10-08 08:31:11 +0100
committerRon Yorston <rmy@pobox.com>2018-10-08 08:31:11 +0100
commiteee3722fd32c8c0929cfbacdbe0b6524e1fd645c (patch)
treec9026160e56f204c42029c705d1d16cecd515244 /libbb/lineedit.c
parent25a1bcec7637e0f0c75d3ae6c09eb78fdb6f0a75 (diff)
parent349d72c19ced4fae64e8fdd5792b37e78ac2f616 (diff)
downloadbusybox-w32-eee3722fd32c8c0929cfbacdbe0b6524e1fd645c.tar.gz
busybox-w32-eee3722fd32c8c0929cfbacdbe0b6524e1fd645c.tar.bz2
busybox-w32-eee3722fd32c8c0929cfbacdbe0b6524e1fd645c.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/lineedit.c')
-rw-r--r--libbb/lineedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c
index 6ecf01765..19b579782 100644
--- a/libbb/lineedit.c
+++ b/libbb/lineedit.c
@@ -1139,7 +1139,7 @@ static void showfiles(void)
1139 ); 1139 );
1140 } 1140 }
1141 if (ENABLE_UNICODE_SUPPORT) 1141 if (ENABLE_UNICODE_SUPPORT)
1142 puts(printable_string(NULL, matches[n])); 1142 puts(printable_string(matches[n]));
1143 else 1143 else
1144 puts(matches[n]); 1144 puts(matches[n]);
1145 } 1145 }