xorg-server; fix typo in autoconfig-ati patch.
This commit is contained in:
@@ -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;
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user