[PATCH] Add missing void.
Kusanagi Kouichi
slash at ac.auone-net.jp
Sat Jan 23 19:34:25 PST 2010
Signed-off-by: Kusanagi Kouichi <slash at ac.auone-net.jp>
---
src/ati.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ati.c b/src/ati.c
index 387aaca..03a4e46 100644
--- a/src/ati.c
+++ b/src/ati.c
@@ -143,7 +143,7 @@ ati_device_get_from_busid(int bus, int dev, int func)
}
static pciVideoPtr
-ati_device_get_primary()
+ati_device_get_primary(void)
{
pciVideoPtr pVideo = NULL;
pciVideoPtr *xf86PciVideoInfo;
--
1.6.6
More information about the xorg-driver-ati
mailing list