Removed extra space

This commit is contained in:
Sam Lantinga 2011-01-19 11:35:31 -08:00
parent 1507fa272f
commit 2c7a66fb27

View file

@ -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");