mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 06:53:57 +00:00
Typo that was missed in testing.
This commit is contained in:
@@ -69,7 +69,7 @@ DDCModesFromEstablished(int scrnIndex, struct established_timings *timing)
|
||||
|
||||
for (i = 0; i < 17; i++) {
|
||||
if (bits & (0x01 << i)) {
|
||||
Mode = xf86DusplicateMode(&DDCEstablishedModes[i]);
|
||||
Mode = xf86DuplicateMode(&DDCEstablishedModes[i]);
|
||||
Modes = xf86ModesAdd(Modes, Mode);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user