:: commit 46a82f1c7f4fbd1e26548817533bedb010faca69

mintsuki <mintsuki@protonmail.com> — 2021-04-07 00:51

parents: 7abb7348a9

test: Add missing break in switch case

diff --git a/test/stivale2.c b/test/stivale2.c
index 2ad1be1c..b51c0a35 100644
--- a/test/stivale2.c
+++ b/test/stivale2.c
@@ -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:");
tab: 248 wrap: offon