summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--com32/lib/syslinux/localboot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/com32/lib/syslinux/localboot.c b/com32/lib/syslinux/localboot.c
index 069808d3..3b480c71 100644
--- a/com32/lib/syslinux/localboot.c
+++ b/com32/lib/syslinux/localboot.c
@@ -33,10 +33,10 @@
void syslinux_local_boot(uint16_t flags)
{
- static com32sys_t ireg;
+ static com32sys_t ireg;
- ireg.eax.w[0] = 0x0014;
- ireg.edx.w[0] = flags;
+ ireg.eax.w[0] = 0x0014;
+ ireg.edx.w[0] = flags;
- __intcall(0x22, &ireg, NULL);
+ __intcall(0x22, &ireg, NULL);
}