Commit 2c7a66fb authored by Sam Lantinga's avatar Sam Lantinga

Removed extra space

parent 1507fa27
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment