mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-06 13:27:48 +00:00
Fixed pedantic warning: comma at end of enumerator list
Fixes https://github.com/libsdl-org/SDL/issues/7878
This commit is contained in:
@@ -103,7 +103,7 @@ typedef enum {
|
||||
/** SPI bus
|
||||
Specifications:
|
||||
https://www.microsoft.com/download/details.aspx?id=103325 */
|
||||
SDL_HID_API_BUS_SPI = 0x04,
|
||||
SDL_HID_API_BUS_SPI = 0x04
|
||||
|
||||
} SDL_hid_bus_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user