From 3862b2dab5c2470ead393cd0e1b4098e8a5d40a9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 3 Jan 2010 17:53:58 -0500 Subject: [PATCH] vgabios: Fix compile error due to fixed prototypes. --- vgasrc/vga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vgasrc/vga.c b/vgasrc/vga.c index e38298e..d734e23 100644 --- a/vgasrc/vga.c +++ b/vgasrc/vga.c @@ -669,7 +669,7 @@ handle_101007(struct bregs *regs) static void handle_101008(struct bregs *regs) { - regs->bh = vgahw_get_overscan_border_color(regs); + regs->bh = vgahw_get_overscan_border_color(); } static void -- 2.39.5