(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.

This commit is contained in:
rubidium
2006-08-28 10:14:37 +00:00
parent a2bde2d6c5
commit bee83fb3e4
7 changed files with 45 additions and 41 deletions

View File

@@ -1593,7 +1593,7 @@ static void AdvanceWagons(Vehicle *v, bool before)
int i;
// find pairwise matching wagon
// start<>end, start+1<>end-1, ... */
// start<>end, start+1<>end-1, ...
last = first;
for (i = length - 3; i > 0; i--) last = last->next;