summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu-acpi.c
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-01-31 22:16:33 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-01-31 22:16:33 +0100
commitdb3b0b8379613fdd32f791000d173e5411775291 (patch)
treef78d62cbadfdaee9f909108fb275d1d3bbc9e53e /com32/hdt/hdt-menu-acpi.c
parentcb5d3c6e3d87b0897bc11cf2575b9d41cb9d22b7 (diff)
parent353f83cc733202bd6601262db5c2ac14acda1ff0 (diff)
downloadsyslinux-db3b0b8379613fdd32f791000d173e5411775291.tar.gz
Merge branch 'master' of ssh://terminus.zytor.com//pub/git/users/erwan/hdt
Conflicts: com32/hdt/hdt-cli-acpi.c com32/hdt/hdt-menu-acpi.c
Diffstat (limited to 'com32/hdt/hdt-menu-acpi.c')
-rw-r--r--com32/hdt/hdt-menu-acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu-acpi.c b/com32/hdt/hdt-menu-acpi.c
index 2a5c3f1d..3cd8e37b 100644
--- a/com32/hdt/hdt-menu-acpi.c
+++ b/com32/hdt/hdt-menu-acpi.c
@@ -94,7 +94,7 @@ static void compute_acpi_tables(struct s_my_menu *menu,
if (hardware->acpi.mcfg.valid)
compute_table(menu,hardware->acpi.mcfg.address, &hardware->acpi.mcfg.header);
-
+
/* FACS isn't having the same headers, let's use a dedicated rendering */
if (hardware->acpi.facs.valid) {
s_facs *fa = &hardware->acpi.facs;