mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 15:34:58 +00:00 
			
		
		
		
	Fixed compiler warning.
This commit is contained in:
		
							parent
							
								
									ad8aa33bce
								
							
						
					
					
						commit
						24006be288
					
				| 
						 | 
				
			
			@ -197,7 +197,8 @@ int
 | 
			
		|||
X11_InitKeyboard(_THIS)
 | 
			
		||||
{
 | 
			
		||||
    SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;
 | 
			
		||||
    int i, j;
 | 
			
		||||
    int i = 0;
 | 
			
		||||
    int j = 0;
 | 
			
		||||
    int min_keycode, max_keycode;
 | 
			
		||||
    struct {
 | 
			
		||||
        SDL_Scancode scancode;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue