mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-09 02:39:42 +00:00
SDL_camera.h: remove comma at end of enum
GCC: comma at end of enumerator list [-Wpedantic]
(cherry picked from commit bf58ff81d8)
This commit is contained in:
committed by
Ozkan Sezer
parent
81c39b0cc5
commit
3348fc6466
@@ -147,7 +147,7 @@ typedef enum SDL_CameraPermissionState
|
||||
{
|
||||
SDL_CAMERA_PERMISSION_STATE_DENIED = -1,
|
||||
SDL_CAMERA_PERMISSION_STATE_PENDING,
|
||||
SDL_CAMERA_PERMISSION_STATE_APPROVED,
|
||||
SDL_CAMERA_PERMISSION_STATE_APPROVED
|
||||
} SDL_CameraPermissionState;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user