Adding void to empty function prototype parenthesis
This commit is contained in:
committed by
Sam Lantinga
parent
b15fab0207
commit
fd2a266549
@@ -619,7 +619,7 @@ init_render_state(int msaa)
|
||||
|
||||
static int done = 0;
|
||||
|
||||
void loop()
|
||||
void loop(void)
|
||||
{
|
||||
SDL_Event event;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user