nicer code style
This commit is contained in:
parent
9d843a5e09
commit
a929feb257
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ int initrd_init(void)
|
||||||
multiboot_module_t* mmodule = NULL;
|
multiboot_module_t* mmodule = NULL;
|
||||||
|
|
||||||
if (mb_info && (mb_info->flags & MULTIBOOT_INFO_MODS)) {
|
if (mb_info && (mb_info->flags & MULTIBOOT_INFO_MODS)) {
|
||||||
mmodule = (multiboot_module_t*) ((size_t) mb_info->mods_addr);
|
mmodule = (multiboot_module_t*) ((size_t) mb_info->mods_addr);
|
||||||
mods_count = mb_info->mods_count;
|
mods_count = mb_info->mods_count;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue