mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
Removed extra space
This commit is contained in:
@@ -56,9 +56,9 @@ int main(int argc,char** argv) {
|
||||
SDL_Rect texture_dimensions;;
|
||||
|
||||
if(argc < 2) {
|
||||
printf("SDL_Shape requires at least one bitmap file as argument.\n");
|
||||
exit(-1);
|
||||
}
|
||||
printf("SDL_Shape requires at least one bitmap file as argument.\n");
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
if(SDL_VideoInit(NULL,0) == -1) {
|
||||
printf("Could not initialize SDL video.\n");
|
||||
|
||||
Reference in New Issue
Block a user