summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10/stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/int10/stub.c')
-rw-r--r--hw/xfree86/int10/stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/int10/stub.c b/hw/xfree86/int10/stub.c
index 58b65782c..8fd079069 100644
--- a/hw/xfree86/int10/stub.c
+++ b/hw/xfree86/int10/stub.c
@@ -38,7 +38,7 @@ xf86FreeInt10(xf86Int10InfoPtr pInt)
}
void *
-xf86Int10AllocPages(xf86Int10InfoPtr pInt,int num, int *off)
+xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num, int *off)
{
*off = 0;
return NULL;