Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 19, 2011
1 parent 4f663bc commit 04b9499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/testshape.c
Expand Up @@ -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");
Expand Down

0 comments on commit 04b9499

Please sign in to comment.