diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-18 11:26:45 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-18 11:26:45 -0400 |
commit | c5dddf41f58446139b52d3b60cb8738052e4a084 (patch) | |
tree | 6e2a073bea0d41905e479c5b0e539bc4ae11b644 /src/multiboot.c | |
parent | 8604291b0f0e430b01f0099ea4e098171938505b (diff) |
sub_81BF5A4
Diffstat (limited to 'src/multiboot.c')
-rw-r--r-- | src/multiboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multiboot.c b/src/multiboot.c index 80291ff46..7fd6df2d0 100644 --- a/src/multiboot.c +++ b/src/multiboot.c @@ -316,7 +316,7 @@ void MultiBootStartProbe(struct MultiBootParam *mp) mp->probe_count = 1; } -void MultiBootStartMaster(struct MultiBootParam *mp, u8 *srcp, int length, u8 palette_color, s8 palette_speed) +void MultiBootStartMaster(struct MultiBootParam *mp, const u8 *srcp, int length, u8 palette_color, s8 palette_speed) { int i = 0; |