diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-07-10 00:01:30 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-07-10 00:01:30 +0000 |
| commit | 1db0049fa1e8b4a31f0fae563dfa93e4e588a9fd (patch) | |
| tree | b4e28ad6f2004757c314398cf7ed194aa14ea454 /usr.bin/kdump | |
| parent | 2f33a9032b606c1643df2753f4fa7728695c3d1a (diff) | |
Notes
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 14258633ddc6..f803c65d0f19 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"; |
