summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/multiboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multiboot.c b/src/multiboot.c
index b57adedd8..25b729dfd 100644
--- a/src/multiboot.c
+++ b/src/multiboot.c
@@ -327,7 +327,7 @@ void MultiBootStartMaster(struct MultiBootParam *mp, const u8 *srcp, int length,
mp->probe_count = 0xd0;
}
-int MultiBootCheckComplete(struct MultiBootParam *mp)
+bool32 MultiBootCheckComplete(struct MultiBootParam *mp)
{
if (mp->probe_count == 0xe9)
return 1;