xorg-server; fix typo in autoconfig-ati patch.
This commit is contained in:
parent
8769380f93
commit
c7f155b513
|
@ -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;
|
||||
+ }
|
||||
|
|
Loading…
Reference in New Issue