mirror of
https://github.com/encounter/SDL.git
synced 2025-12-13 07:06:10 +00:00
Remove unneeded semicolon
This commit is contained in:
@@ -104,7 +104,7 @@ main(int argc, char *argv[])
|
||||
srand((unsigned int)time(NULL));
|
||||
if(SDL_SetRelativeMouseMode(SDL_TRUE) < 0) {
|
||||
return 3;
|
||||
};
|
||||
}
|
||||
|
||||
rect.x = DEFAULT_WINDOW_WIDTH / 2;
|
||||
rect.y = DEFAULT_WINDOW_HEIGHT / 2;
|
||||
|
||||
Reference in New Issue
Block a user