commit | 11d91a27a444ea810e1f1e6602a1e07b93ae8764 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Sat Aug 01 17:18:01 2015 -0600 |
committer | ocornut <omarcornut@gmail.com> | Sat Aug 01 17:18:01 2015 -0600 |
tree | 6191f5af8dacd0345f4facaa81d45127833a322f | |
parent | 040e427daded0b8582db22c9c5f4e8a497912adf [diff] |
Carriage return (#289)
diff --git a/examples/sdl_opengl_example/main.cpp b/examples/sdl_opengl_example/main.cpp index aac9c6a..3499924 100644 --- a/examples/sdl_opengl_example/main.cpp +++ b/examples/sdl_opengl_example/main.cpp
@@ -11,7 +11,7 @@ // Setup SDL if (SDL_Init(SDL_INIT_EVERYTHING) != 0) { - printf("Error: %s", SDL_GetError()); + printf("Error: %s\n", SDL_GetError()); return -1; }