BASE: Add another whitespace before "Starting $gamedescription".

This was removed by accident in 59739a7a0e.
This commit is contained in:
Johannes Schickel 2011-10-06 00:26:38 +02:00
parent 153e66318e
commit 880594eb76

View file

@ -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;