aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c
diff options
context:
space:
mode:
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 }