aboutsummaryrefslogtreecommitdiff
path: root/manual tests/3 standalone binaries/myapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'manual tests/3 standalone binaries/myapp.cpp')
-rw-r--r--manual tests/3 standalone binaries/myapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual tests/3 standalone binaries/myapp.cpp b/manual tests/3 standalone binaries/myapp.cpp
index 3779578..c57fd04 100644
--- a/manual tests/3 standalone binaries/myapp.cpp
+++ b/manual tests/3 standalone binaries/myapp.cpp
@@ -17,7 +17,7 @@ int main(int argc, char **argv) {
std::unique_ptr<SDL_Window, void(*)(SDL_Window*)> window(SDL_CreateWindow( "My application", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 480, SDL_WINDOW_SHOWN), SDL_DestroyWindow);
screenSurface = SDL_GetWindowSurface(window.get());
- // Use iostream etc to make sure we have not screwed
+ // Use iostream to make sure we have not screwed
// up libstdc++ linking.
message = "Window created.";
message += " Starting main loop.";