15.08.2009, 20:03
a 'return' breaks the code immediatly, so your code will never reach the last return 1;. But the last one also isn't needed so you can remove it. But you also don't need to 2 returns in the 'if' if you have the one at the end

