tftp: do not risk invoking Sorcerer's Apprentice syndrome
[oweals/busybox.git] / modutils / lsmod.c
index b6656369306b3e44b56775046e27d36250810db6..87dd1fcba929ae146f9601140d4249f6bf8380a4 100644 (file)
@@ -46,7 +46,7 @@ int lsmod_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
 #if ENABLE_FEATURE_LSMOD_PRETTY_2_6_OUTPUT
        char *token[4];
        parser_t *parser = config_open("/proc/modules");
-       printf("Module                  Size  Used by"); //vda!
+       printf("%-24sSize  Used by", "Module");
        check_tainted();
 
        if (ENABLE_FEATURE_2_4_MODULES