From 3aa418f451ed4e332424927215982e4221474914 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Fri, 9 Oct 2020 02:50:15 +0300 Subject: [PATCH] SDL_video.h (SDL_DisplayEventID): remove comma at end of enumerator list --- include/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 9f6f179aa..7d3d00ecc 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -177,7 +177,7 @@ typedef enum SDL_DISPLAYEVENT_NONE, /**< Never used */ SDL_DISPLAYEVENT_ORIENTATION, /**< Display orientation has changed to data1 */ SDL_DISPLAYEVENT_CONNECTED, /**< Display has been added to the system */ - SDL_DISPLAYEVENT_DISCONNECTED, /**< Display has been removed from the system */ + SDL_DISPLAYEVENT_DISCONNECTED /**< Display has been removed from the system */ } SDL_DisplayEventID; typedef enum