diff -r 673abd432104 -r eebf196a8bbe contrib/check-code.py --- a/contrib/check-code.py Sun May 01 15:55:00 2011 +0200 +++ b/contrib/check-code.py Sun May 01 16:10:51 2011 +0200 @@ -314,7 +314,6 @@ if maxerr is not None and fc >= maxerr: print " (too many errors, giving up)" break - break return result if __name__ == "__main__":