aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 8efb1754a..921883475 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -1221,6 +1221,9 @@ int main(int argc UNUSED_PARAM, char **argv)
1221 break; 1221 break;
1222 } 1222 }
1223 } 1223 }
1224# if ENABLE_FEATURE_EURO
1225 init_codepage();
1226# endif
1224#endif 1227#endif
1225 1228
1226#if defined(__MINGW64_VERSION_MAJOR) 1229#if defined(__MINGW64_VERSION_MAJOR)