summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/stub/stub_bios.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/os-support/stub/stub_bios.c')
-rw-r--r--hw/xfree86/os-support/stub/stub_bios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/stub/stub_bios.c b/hw/xfree86/os-support/stub/stub_bios.c
index 8628316dd..dbc92fcdb 100644
--- a/hw/xfree86/os-support/stub/stub_bios.c
+++ b/hw/xfree86/os-support/stub/stub_bios.c
@@ -6,7 +6,7 @@
int
xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
- int Len)
+ int Len)
{
- return -1;
+ return -1;
}