summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index bd31bfb..46b4dee 100644
--- a/src/main.c
+++ b/src/main.c
@@ -48,7 +48,7 @@ main (int argc,
if (SDL_Init(SDL_INIT_VIDEO) < 0) {
fprintf(
stderr,
- "SDL could not initialize! SDL_Error: %s\n",
+ "SDL could not be initialized! SDL_Error: %s\n",
SDL_GetError()
);
return EXIT_FAILURE;