mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
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:
parent
cba889e63c
commit
e9b261f297
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user