summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index fafb3be93..6dd678ce0 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -210,7 +210,7 @@ static void probe_that_type(enum driver_type type)
}
}
fclose(f);
- end_pci_probe:
+ end_pci_probe:;
}
@@ -284,7 +284,7 @@ static void probe_that_type(enum driver_type type)
}
}
fclose(f);
- end_usb_probe:
+ end_usb_probe:;
}
#endif
}
@@ -498,7 +498,7 @@ static void find_media(void)
start = next;
}
- end_scsi:
+ end_scsi:;
}
/* ----------------------------------------------- */