mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 16:00:05 +01: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:
parent
4d7469f75f
commit
3c982bc1a4
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue