mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 15:00:09 +00:00
Reinstate an apparently mis-deleted ';' from a for loop with no body.
Fixes an error returning "No core keyboard" with multiple keyboards.
This commit is contained in:
@@ -425,6 +425,7 @@ InitAndStartDevices(void)
|
||||
for (dev = inputInfo.devices;
|
||||
dev && (dev != inputInfo.keyboard);
|
||||
dev = dev->next)
|
||||
;
|
||||
if (!dev || (dev != inputInfo.keyboard)) {
|
||||
ErrorF("No core keyboard\n");
|
||||
return BadImplementation;
|
||||
|
||||
Reference in New Issue
Block a user