From 04b9499b52f87b5eed86f042f0201bc37680856e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 19 Jan 2011 11:35:31 -0800 Subject: [PATCH] Removed extra space --- test/testshape.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/testshape.c b/test/testshape.c index cad28c40b..ba14dae99 100644 --- a/test/testshape.c +++ b/test/testshape.c @@ -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");