From 30ae6d0ff13ca17ef354c9c7271ef56963b22647 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 10 Jul 2007 00:01:30 +0000 Subject: Fix alignment of context switch traces. MFC after: 1 week Approved by: re (rwatson: "I like simple patches.") --- usr.bin/kdump/kdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 1425863..f803c65 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -255,7 +255,7 @@ dumpheader(struct ktr_header *kth) type = "PSIG"; break; case KTR_CSW: - type = "CSW"; + type = "CSW "; break; case KTR_USER: type = "USER"; -- cgit v1.1