diff options
author | Dave Jones <davej@redhat.com> | 2011-02-22 15:38:37 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-02-22 15:38:37 -0500 |
commit | d0911c3cb894e8e0ba3b68dc88fec48f47d408de (patch) | |
tree | 5b6dea90c48cf639f9f40ccee0f5759dd385868d | |
parent | b51ba8ccf171f0585068427f784248fa87292f48 (diff) |
missed a !silent case
-rw-r--r-- | mptable.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -238,7 +238,8 @@ static int MPConfigTableHeader(u32 pap) processorEntry(); totalSize -= basetableEntryTypes[ 0 ].length; } - printf("\n"); + if (!silent) + printf("\n"); return SMP_YES; } |