aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index a70b3a4c2..8801c732d 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -1307,7 +1307,7 @@ int main(int argc UNUSED_PARAM, char **argv)
1307# if ENABLE_FEATURE_UTF8_MANIFEST 1307# if ENABLE_FEATURE_UTF8_MANIFEST
1308 if (GetACP() != CP_UTF8) { 1308 if (GetACP() != CP_UTF8) {
1309 full_write2_str(bb_basename(argv[0])); 1309 full_write2_str(bb_basename(argv[0]));
1310 full_write2_str(": needs UTF8 code page\n"); 1310 full_write2_str(": UTF8 manifest not supported\n");
1311 return 1; 1311 return 1;
1312 } 1312 }
1313# endif 1313# endif