summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-02-22 15:38:37 -0500
committerDave Jones <davej@redhat.com>2011-02-22 15:38:37 -0500
commitd0911c3cb894e8e0ba3b68dc88fec48f47d408de (patch)
tree5b6dea90c48cf639f9f40ccee0f5759dd385868d
parentb51ba8ccf171f0585068427f784248fa87292f48 (diff)
missed a !silent case
-rw-r--r--mptable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mptable.c b/mptable.c
index 9c84e65..3e6f2d2 100644
--- a/mptable.c
+++ b/mptable.c
@@ -238,7 +238,8 @@ static int MPConfigTableHeader(u32 pap)
processorEntry();
totalSize -= basetableEntryTypes[ 0 ].length;
}
- printf("\n");
+ if (!silent)
+ printf("\n");
return SMP_YES;
}