commit | b1c9469f65261aff2f2dc7b46cdb4864a728e951 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Jan 11 18:06:02 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Jan 11 18:06:02 2003 +0000 |
tree | 3081cafc9686a4a671104bc02770aaef38046015 | |
parent | aaab46baba8fd25373f84fe93b1fccffd8791dea [diff] |
Patch from Robert Schwebel fixing a missing \n
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 0d5ac75..b87a26a 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c
@@ -67,6 +67,7 @@ else { printf(" Not tainted\n"); } + printf("\n"); } #endif