Fixed pedantic warning: comma at end of enumerator list

Fixes https://github.com/libsdl-org/SDL/issues/7878
This commit is contained in:
Sam Lantinga 2023-06-27 21:52:33 -07:00
parent cc5e9ffe70
commit 0f4679102c
5 changed files with 7 additions and 7 deletions

View file

@ -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;