From 880594eb76266dd7e87363bb49fb023b139adfab Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 6 Oct 2011 00:26:38 +0200 Subject: BASE: Add another whitespace before "Starting $gamedescription". This was removed by accident in 59739a7a0e3e4826ba7b27d5270a8d7a26b787ef. --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/main.cpp') diff --git a/base/main.cpp b/base/main.cpp index 930b69cfac..a93f693d8d 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -111,7 +111,7 @@ static const EnginePlugin *detectPlugin() { printf("failed\n"); warning("%s is an invalid gameid. Use the --list-games option to list supported gameid", gameid.c_str()); } else { - printf("%s\n Starting '%s'\n", plugin->getName(), game.description().c_str()); + printf("%s\n Starting '%s'\n", plugin->getName(), game.description().c_str()); } return plugin; -- cgit v1.2.3