diff options
Diffstat (limited to 'include/mach/boot.h')
-rw-r--r-- | include/mach/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mach/boot.h b/include/mach/boot.h index d3e141f..7f14cc4 100644 --- a/include/mach/boot.h +++ b/include/mach/boot.h @@ -65,7 +65,7 @@ struct boot_rendezvous int code; }; -#endif !__ASSEMBLER__ +#endif /* !__ASSEMBLER__ */ /* This is the magic value that must appear in boot_module.magic. */ @@ -90,4 +90,4 @@ struct boot_rendezvous #define BRZV_DATA 'D' -#endif _MACH_BOOT_ +#endif /* _MACH_BOOT_ */ |