test: Add missing break in switch case

This commit is contained in:
mintsuki 2021-04-07 02:51:56 +02:00
parent 7abb7348a9
commit 46a82f1c7f

View File

@ -114,6 +114,7 @@ void stivale2_main(struct stivale2_struct *info) {
e9_printf("EDID information at %x:", edid->edid_information);
e9_printf(" Size: %d", edid->edid_size);
break;
}
case STIVALE2_STRUCT_TAG_FB_MTRR_ID: {
e9_puts("Framebuffer WC MTRR tag:");