diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-04-13 18:18:52 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-04-13 18:18:52 +0000 |
| commit | 997de4e17cf02a81027df8d01a4fcefe25da3796 (patch) | |
| tree | f5abd67cc9e3ada1ae289fe7cf2e23d9abf07fcc /common/dmtbdump.c | |
| parent | 4d8fe534b7309d798d941e14e51985eed6b511bc (diff) | |
Notes
Diffstat (limited to 'common/dmtbdump.c')
| -rw-r--r-- | common/dmtbdump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/dmtbdump.c b/common/dmtbdump.c index 590aeaeefa3f..087d52d19422 100644 --- a/common/dmtbdump.c +++ b/common/dmtbdump.c @@ -1408,12 +1408,12 @@ AcpiDmDumpSlit ( if ((j+1) < Localities) { - AcpiOsPrintf (","); + AcpiOsPrintf (" "); if (j && (((j+1) % 16) == 0)) { - AcpiOsPrintf ("\n"); - AcpiDmLineHeader (Offset, 0, ""); + AcpiOsPrintf ("\\\n"); /* With line continuation char */ + AcpiDmLineHeader (Offset, 0, NULL); } } } |
