mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Remove trailing comma in enum
This commit is contained in:
parent
7d21a49c9c
commit
dee62e1b47
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ typedef enum SDL_ProcessIO
|
||||||
SDL_PROCESS_STDIO_INHERITED, /**< The I/O stream is inherited from the application. */
|
SDL_PROCESS_STDIO_INHERITED, /**< The I/O stream is inherited from the application. */
|
||||||
SDL_PROCESS_STDIO_NULL, /**< The I/O stream is ignored. */
|
SDL_PROCESS_STDIO_NULL, /**< The I/O stream is ignored. */
|
||||||
SDL_PROCESS_STDIO_APP, /**< The I/O stream is connected to a new SDL_IOStream that the application can read or write */
|
SDL_PROCESS_STDIO_APP, /**< The I/O stream is connected to a new SDL_IOStream that the application can read or write */
|
||||||
SDL_PROCESS_STDIO_REDIRECT, /**< The I/O stream is redirected to an existing SDL_IOStream. */
|
SDL_PROCESS_STDIO_REDIRECT /**< The I/O stream is redirected to an existing SDL_IOStream. */
|
||||||
} SDL_ProcessIO;
|
} SDL_ProcessIO;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue