From a929feb2570fb62cec0fb35aa18181e7c02c0f05 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 10 Jun 2012 09:00:02 +0200 Subject: [PATCH] nicer code style --- fs/initrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/initrd.c b/fs/initrd.c index fd889269..d04a6dbb 100644 --- a/fs/initrd.c +++ b/fs/initrd.c @@ -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