From 33bb424802fd119c904ed8076905d85df0e4cd32 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Sun, 26 Jan 2014 19:39:50 -0800 Subject: [PATCH] - ensure we get a newline after doing a version check when streflop disabled --- source/glest_game/main/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index c9ce7ff4..5b371b62 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -4198,6 +4198,9 @@ int glestMain(int argc, char** argv) { #endif printf(" - using STREFLOP %s - %s\n",instruction_set,denormals); + +#else + printf("\n"); #endif }