Carriage return (#289)

This commit is contained in:
ocornut 2015-08-01 17:18:01 -06:00
parent 040e427dad
commit 11d91a27a4

View File

@ -11,7 +11,7 @@ int main(int, char**)
// Setup SDL
if (SDL_Init(SDL_INIT_EVERYTHING) != 0)
{
printf("Error: %s", SDL_GetError());
printf("Error: %s\n", SDL_GetError());
return -1;
}