diff options
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/kdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |