Skip to content

Commit 9d25750

Browse files
It's space, not tab.
1 parent 0e5c196 commit 9d25750

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/osd/retro/retromain.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ static void Input_Binding(running_machine &machine)
11991199
(core_stricmp(machine.system().parent, "dynwar") == 0)
12001200
)
12011201
{
1202-
/* Capcom CPS-1: Dynasty Wars */
1202+
/* Capcom CPS-1: Dynasty Wars */
12031203

12041204
Buttons_mapping[0]=RETROPAD_B;
12051205
Buttons_mapping[1]=RETROPAD_A;
@@ -1213,7 +1213,7 @@ static void Input_Binding(running_machine &machine)
12131213
(core_stricmp(machine.system().parent, "ddsom") == 0)
12141214
)
12151215
{
1216-
/* Capcom CPS-2: Dungeons & Dragons: Shadow over Mystara (same layout of ddtod) */
1216+
/* Capcom CPS-2: Dungeons & Dragons: Shadow over Mystara (same layout of ddtod) */
12171217

12181218
Buttons_mapping[0]=RETROPAD_A;
12191219
Buttons_mapping[1]=RETROPAD_B;

0 commit comments

Comments
 (0)