diff options
Diffstat (limited to 'libbb/lineedit.c')
-rw-r--r-- | libbb/lineedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c index d5e92e84c..b1e971f88 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c | |||
@@ -1086,7 +1086,7 @@ static void showfiles(void) | |||
1086 | ); | 1086 | ); |
1087 | } | 1087 | } |
1088 | if (ENABLE_UNICODE_SUPPORT) | 1088 | if (ENABLE_UNICODE_SUPPORT) |
1089 | puts(printable_string(NULL, matches[n])); | 1089 | puts(printable_string(matches[n])); |
1090 | else | 1090 | else |
1091 | puts(matches[n]); | 1091 | puts(matches[n]); |
1092 | } | 1092 | } |