amb1096 affected DoD, TS and TFC modules, fixed.

This commit is contained in:
Steve Dudenhoeffer 2008-03-23 03:45:21 +00:00
parent 4c79232f17
commit 9348f9931e
3 changed files with 3 additions and 3 deletions

View File

@ -194,7 +194,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha
return a;
}
// Any other case was a false match.
a = a->prev;
}
}
}

View File

@ -192,7 +192,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha
return a;
}
// Any other case was a false match.
a = a->prev;
}
}
}

View File

@ -192,7 +192,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha
return a;
}
// Any other case was a false match.
a = a->prev;
}
}
}