mirror of
https://github.com/yawut/SDL.git
synced 2026-09-26 02:15:47 -05:00
OCD fixes: Adds a space after /* (glory to regular expressions!)
This commit is contained in:
@@ -92,7 +92,7 @@ main(int argc, char *argv[])
|
||||
SDL_WINDOW_BORDERLESS);
|
||||
renderer = SDL_CreateRenderer(window, 0, 0);
|
||||
|
||||
/*load brush texture */
|
||||
/* load brush texture */
|
||||
initializeTexture(renderer);
|
||||
|
||||
/* fill canvass initially with all black */
|
||||
|
||||
Reference in New Issue
Block a user