Previous 199869 Revisions Next

r18358 Monday 8th October, 2012 at 14:23:08 UTC by smf
fixed an incorrect optimisation (nw)
[src/tools]srcclean.c

trunk/src/tools/srcclean.c
r18357r18358
230230            spaces -= realign;
231231         }
232232
233         col += spaces;
234
235233         while (spaces > 0)
236234         {
237235            modified[dst++] = 0x09;
238236            spaces -= tab_size;
237            col += tab_size;
239238            added_tabs++;
240239         }
241240      }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team