Fixed a 'control has reached end of non-void function' warning from previous commit.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2241 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Nikos Barkas 2009-07-12 21:57:45 +00:00
parent 44d964ce76
commit d61b5a4553

View File

@ -6069,7 +6069,7 @@ OOINLINE BOOL EntityInRange(Vector p1, Entity *e2, float range)
- (NSString *) getSystemInhabitants:(Random_Seed) s_seed
{
[self getSystemInhabitants:s_seed plural:YES];
return [self getSystemInhabitants:s_seed plural:YES];
}