Minor cosmetic change on task information table header.

This commit is contained in:
W. Eric Norum
2000-05-03 20:47:26 +00:00
parent 9edbb3fd44
commit bacef349bc

View File

@@ -545,7 +545,7 @@ showInternalTaskInfo (rtems_id tid)
static void
threadShowHeader (void)
{
printf (" NAME ID PRI STATE WAIT \n");
printf (" NAME ID PRI STATE WAIT \n");
printf ("+-------------+--------+---+--------+--------+\n");
}