Removed 'missing EOL' warning with linux compilation.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2617 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-12-11 10:55:46 +00:00
parent 7274283311
commit 9c8290423d

View File

@ -193,4 +193,5 @@ bool FollowTheLeaderRace::acceptPowerup(const int type) const
if(type == POWERUP_ANVIL) return false;
return true;
}
}