Skip to content

Commit

Permalink
lib/libvgl/main.c: remove an extra semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: rilysh <[email protected]>
Reviewed by: imp
Pull Request: freebsd#959
  • Loading branch information
rilysh authored and bsdimp committed Feb 3, 2024
1 parent cba889e commit e9b261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libvgl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e9b261f

Please sign in to comment.