diff options
author | Julien Cristau <jcristau@debian.org> | 2009-01-11 08:33:18 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-01-11 08:54:11 +0100 |
commit | aec4c0caca41a06832536ba82ba5bcdccf4a0aea (patch) | |
tree | 18a7e1bbfa559bd06d293ecde86ff5510201096d /hw/xfree86/dixmods | |
parent | dba3b1944d04232f88bb310277639f2c1adcbe08 (diff) |
xfree86: ANSI cleanups
Diffstat (limited to 'hw/xfree86/dixmods')
-rw-r--r-- | hw/xfree86/dixmods/extmod/xvmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/extmod/xvmod.c b/hw/xfree86/dixmods/extmod/xvmod.c index 6b3f1149a..955104679 100644 --- a/hw/xfree86/dixmods/extmod/xvmod.c +++ b/hw/xfree86/dixmods/extmod/xvmod.c @@ -13,7 +13,7 @@ #include "xvmodproc.h" void -XvRegister() +XvRegister(void) { XvScreenInitProc = XvScreenInit; XvGetScreenKeyProc = XvGetScreenKey; |