Add a newline even if IAPC_BOOT_ARCH == 0.

This commit is contained in:
njl 2003-10-29 17:59:05 +00:00
parent f5f4f13b24
commit 0c907eb7e8

View File

@ -480,7 +480,8 @@ acpi_print_fadt(struct FADTbody *fadt)
PRINTFLAG(fadt->iapc_boot_arch, LEGACY_DEV);
PRINTFLAG(fadt->iapc_boot_arch, 8042);
if (fadt->iapc_boot_arch != 0)
printf("}\n");
printf("}");
printf("\n");
printf("\tFlags=");
sep = '{';