lib/libvgl/main.c: remove an extra semicolon

Signed-off-by: rilysh <nightquick@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/959
This commit is contained in:
rilysh 2024-02-02 17:38:13 -07:00 committed by Warner Losh
parent cba889e63c
commit e9b261f297

View file

@ -91,7 +91,7 @@ struct vt_mode smode;
if (VGLOldModeInfo.vi_flags & V_INFO_GRAPHICS) {
size[0] = VGLOldVInfo.mv_csz;
size[1] = VGLOldVInfo.mv_rsz;
size[2] = VGLOldVInfo.font_size;;
size[2] = VGLOldVInfo.font_size;
ioctl(0, KDRASTER, size);
}
if (VGLModeInfo.vi_mem_model != V_INFO_MM_DIRECT)