From c7f155b513f01734434586a3e1de7c06ec3e91be Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 Feb 2013 20:07:23 +0100 Subject: [PATCH] xorg-server; fix typo in autoconfig-ati patch. --- srcpkgs/xorg-server/patches/autoconfig-ati.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xorg-server/patches/autoconfig-ati.patch b/srcpkgs/xorg-server/patches/autoconfig-ati.patch index 8ac8a31f257..d2b931bc60d 100644 --- a/srcpkgs/xorg-server/patches/autoconfig-ati.patch +++ b/srcpkgs/xorg-server/patches/autoconfig-ati.patch @@ -10,7 +10,7 @@ Prefer the AMD Catalyst "fglrx" driver if found. + { + int idx = 0; + -+ driverList[idx++] = "fglrx" ++ driverList[idx++] = "fglrx"; + driverList[idx++] = "ati"; break; + }