Skip to content

Commit 96614e0

Browse files
authored
print games column align
1 parent 4559cb3 commit 96614e0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Src/OSD/SDL/Main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,8 +1463,8 @@ static void PrintGameList(const std::string &xml_file, const std::map<std::strin
14631463
}
14641464
printf("Games defined in %s:\n", xml_file.c_str());
14651465
puts("");
1466-
puts(" ROM Set Title");
1467-
puts(" ------- -----");
1466+
puts(" ROM Set Title");
1467+
puts(" ------- -----");
14681468
for (auto &v: games)
14691469
{
14701470
const Game &game = v.second;
@@ -2462,3 +2462,4 @@ int main(int argc, char **argv)
24622462

24632463
return exitCode;
24642464
}
2465+

0 commit comments

Comments
 (0)