* util/grub-fstest.c (fstest): Add missing break.
This commit is contained in:
parent
fe4824e998
commit
1c557d30ef
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-23 Bean <bean123ch@gmail.com>
|
||||
|
||||
* util/grub-fstest.c (fstest): Add missing break.
|
||||
|
||||
2012-04-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
Fix hurd build.
|
||||
|
|
|
@ -389,9 +389,11 @@ fstest (int n)
|
|||
case CMD_BLOCKLIST:
|
||||
execute_command ("blocklist", n, args);
|
||||
grub_printf ("\n");
|
||||
break;
|
||||
case CMD_TESTLOAD:
|
||||
execute_command ("testload", n, args);
|
||||
grub_printf ("\n");
|
||||
break;
|
||||
case CMD_XNU_UUID:
|
||||
{
|
||||
grub_device_t dev;
|
||||
|
|
Loading…
Reference in a new issue