Removed extra space
This commit is contained in:
parent
1507fa272f
commit
2c7a66fb27
1 changed files with 3 additions and 3 deletions
|
@ -56,9 +56,9 @@ int main(int argc,char** argv) {
|
||||||
SDL_Rect texture_dimensions;;
|
SDL_Rect texture_dimensions;;
|
||||||
|
|
||||||
if(argc < 2) {
|
if(argc < 2) {
|
||||||
printf("SDL_Shape requires at least one bitmap file as argument.\n");
|
printf("SDL_Shape requires at least one bitmap file as argument.\n");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(SDL_VideoInit(NULL,0) == -1) {
|
if(SDL_VideoInit(NULL,0) == -1) {
|
||||||
printf("Could not initialize SDL video.\n");
|
printf("Could not initialize SDL video.\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue