nicer code style

This commit is contained in:
Stefan Lankes 2012-06-10 09:00:02 +02:00
parent 9d843a5e09
commit a929feb257

View file

@ -400,7 +400,7 @@ int initrd_init(void)
multiboot_module_t* mmodule = NULL;
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;
}
#endif