diff options
-rw-r--r-- | mdk-stage1/stage1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index f659abdc0..526560122 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -616,8 +616,8 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) if (IS_RECOVERY && streq(get_auto_value("method"), "cdrom")) { if (!process_recovery()) method_select_and_prepare(); -#endif } else +#endif method_select_and_prepare(); if (!IS_RAMDISK) |