mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	Fixed missing return statement
This commit is contained in:
		| @@ -1003,6 +1003,7 @@ PrepareJoystickHwdata(SDL_Joystick *joystick, SDL_joylist_item *item) | |||||||
|         /* Get the number of buttons and axes on the joystick */ |         /* Get the number of buttons and axes on the joystick */ | ||||||
|         ConfigJoystick(joystick, fd); |         ConfigJoystick(joystick, fd); | ||||||
|     } |     } | ||||||
|  |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sam Lantinga
					Sam Lantinga