mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
libretro-db: Fix whitespace
This commit is contained in:
parent
d3bbdb2e06
commit
d44f9467e4
@ -532,7 +532,8 @@ static dat_converter_list_t* dat_converter_parser(
|
||||
// If the key is not found, report, and mark it to be skipped.
|
||||
if (!map.key)
|
||||
{
|
||||
if (warning_displayed == false) {
|
||||
if (warning_displayed == false)
|
||||
{
|
||||
printf(" - Missing match key '");
|
||||
while (match_key->next)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user