BASE: Add another whitespace before "Starting $gamedescription".
This was removed by accident in 59739a7a0e
.
This commit is contained in:
parent
153e66318e
commit
880594eb76
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue