From 9b84d629009ed41380c5619ab6b58be5dde2e7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 7 Nov 1998 00:29:09 +0000 Subject: [PATCH] Cosmetic fix (make header align with data) --- sbin/kldstat/kldstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 49cdd7a3cde9..8df5cece0d51 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: kldstat.c,v 1.4 1998/01/05 07:09:28 charnier Exp $"; #endif /* not lint */ #include @@ -111,7 +111,7 @@ main(int argc, char** argv) err(1, "can't find file %s", filename); } - printf("Id Refs Address Size Name\n"); + printf("Id Refs Address Size Name\n"); if (fileid) printfile(fileid, verbose); else