xorg-server; fix typo in autoconfig-ati patch.

This commit is contained in:
Juan RP 2013-02-07 20:07:23 +01:00
parent 8769380f93
commit c7f155b513

View file

@ -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;
+ }