summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/cdrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/cdrom.c')
-rw-r--r--mdk-stage1/cdrom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/cdrom.c b/mdk-stage1/cdrom.c
index 901d4ac5c..ba985f563 100644
--- a/mdk-stage1/cdrom.c
+++ b/mdk-stage1/cdrom.c
@@ -63,7 +63,8 @@ static enum return_type try_with_device(char *dev_name)
if (IS_SPECIAL_STAGE2 || ramdisk_possible())
load_ramdisk(); /* we don't care about return code, we'll do it live if we failed */
- if (IS_RESCUE) umount("/tmp/image"); /* TOCHECK */
+ if (IS_RESCUE)
+ umount("/tmp/image"); /* TOCHECK */
method_name = strdup("cdrom");
return RETURN_OK;