diff options
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 582503b66..20d9cf1a8 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c | |||
@@ -49,7 +49,7 @@ int lsmod_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | |||
49 | # if ENABLE_FEATURE_ASSUME_UNICODE | 49 | # if ENABLE_FEATURE_ASSUME_UNICODE |
50 | size_t name_len; | 50 | size_t name_len; |
51 | # endif | 51 | # endif |
52 | check_unicode_in_env(); | 52 | init_unicode(); |
53 | 53 | ||
54 | printf("%-24sSize Used by", "Module"); | 54 | printf("%-24sSize Used by", "Module"); |
55 | check_tainted(); | 55 | check_tainted(); |