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
					
				| 
						 | 
				
			
			@ -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…
	
		Reference in New Issue