diff --git a/grub-core/video/video.c b/grub-core/video/video.c index f252663c1..983424107 100644 --- a/grub-core/video/video.c +++ b/grub-core/video/video.c @@ -663,6 +663,8 @@ grub_video_set_mode (const char *modestring, return GRUB_ERR_NONE; } + else + continue; } err = parse_modespec (current_mode, &width, &height, &depth);