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;
|
+ int idx = 0;
|
||||||
+
|
+
|
||||||
+ driverList[idx++] = "fglrx"
|
+ driverList[idx++] = "fglrx";
|
||||||
+ driverList[idx++] = "ati";
|
+ driverList[idx++] = "ati";
|
||||||
break;
|
break;
|
||||||
+ }
|
+ }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user