mirror of
https://github.com/holub/mame
synced 2025-06-04 03:46:29 +03:00
fixed an incorrect optimisation (nw)
This commit is contained in:
parent
ae3a267781
commit
50dae16188
@ -230,12 +230,11 @@ int main(int argc, char *argv[])
|
||||
spaces -= realign;
|
||||
}
|
||||
|
||||
col += spaces;
|
||||
|
||||
while (spaces > 0)
|
||||
{
|
||||
modified[dst++] = 0x09;
|
||||
spaces -= tab_size;
|
||||
col += tab_size;
|
||||
added_tabs++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user