From 1a9e9bdd93b06508b70bd29ef5eeb82f91d86222 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 1 Nov 2008 12:54:56 +0000 Subject: gunzip: restore mtime. approx +80 bytes of code rpm: make code more robust lsmod: small code shrink --- modutils/lsmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils') diff --git a/modutils/lsmod.c b/modutils/lsmod.c index b66563693..87dd1fcba 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c @@ -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 -- cgit v1.2.3