# HG changeset patch # User Sam Lantinga # Date 1295465731 28800 # Node ID 6ccfbaef0c0a664a4f1f8e4eaa0f66654e0ae364 # Parent 5e3291605ad0638175a605b50a98a5824141b7cf Removed extra space diff -r 5e3291605ad0 -r 6ccfbaef0c0a test/testshape.c --- a/test/testshape.c Wed Jan 19 10:14:11 2011 -0800 +++ b/test/testshape.c Wed Jan 19 11:35:31 2011 -0800 @@ -56,9 +56,9 @@ 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");