aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-01-03 17:53:58 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-01-03 17:53:58 -0500
commit3862b2dab5c2470ead393cd0e1b4098e8a5d40a9 (patch)
tree59c33da5e480695645f3b3014ca35f446cb757e6
parent1ca05b0f393c0201c0e8efe87831edddb6a53532 (diff)
downloadseabios-3862b2dab5c2470ead393cd0e1b4098e8a5d40a9.tar.gz
vgabios: Fix compile error due to fixed prototypes.
-rw-r--r--vgasrc/vga.c2
1 files changed, 1 insertions, 1 deletions
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