From 7eae431e3a02767a76b9eb88c786d4afae5652a2 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 7 Mar 2019 00:19:33 +0000 Subject: [PATCH] Added missing newlines to printfs --- src/Main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Main.cpp b/src/Main.cpp index 310cb7a0..9b9f1255 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -224,13 +224,13 @@ int main(int argc, char *argv[]) if (cursor) SDL_SetCursor(cursor); else - printf("Failed to load cursor"); + printf("Failed to load cursor\n"); SDL_FreeSurface(cursor_surface); } else { - printf("Failed to load cursor"); + printf("Failed to load cursor\n"); } //Get window dimensions and colour depth @@ -329,7 +329,7 @@ int main(int argc, char *argv[]) } else { - printf("Failed to load icon"); + printf("Failed to load icon\n"); } #endif