Cosmetic fix (make header align with data)

This commit is contained in:
Dag-Erling Smørgrav 1998-11-07 00:29:09 +00:00
parent ebc4b7c4fb
commit 9b84d62900
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40980

View File

@ -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 <err.h>
@ -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