From: Kevin O'Connor Date: Sun, 3 Jan 2010 22:53:58 +0000 (-0500) Subject: vgabios: Fix compile error due to fixed prototypes. X-Git-Tag: rel-0.5.1~8 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3862b2dab5c2470ead393cd0e1b4098e8a5d40a9;p=seabios.git vgabios: Fix compile error due to fixed prototypes. --- 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