aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/stdvga.c
diff options
context:
space:
mode:
Diffstat (limited to 'vgasrc/stdvga.c')
-rw-r--r--vgasrc/stdvga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/stdvga.c b/vgasrc/stdvga.c
index ed88edc..a5972ba 100644
--- a/vgasrc/stdvga.c
+++ b/vgasrc/stdvga.c
@@ -270,7 +270,7 @@ stdvga_set_cursor_pos(int address)
// Set the character height (when in text mode)
void
-stdvga_set_scan_lines(u8 lines)
+stdvga_set_character_height(u8 lines)
{
stdvga_crtc_mask(stdvga_get_crtc(), 0x09, 0x1f, lines - 1);
}