mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Adding void to empty function prototype parenthesis
This commit is contained in:
parent
b15fab0207
commit
fd2a266549
6 changed files with 7 additions and 7 deletions
|
|
@ -619,7 +619,7 @@ init_render_state(int msaa)
|
|||
|
||||
static int done = 0;
|
||||
|
||||
void loop()
|
||||
void loop(void)
|
||||
{
|
||||
SDL_Event event;
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue