K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-07-16T21:00:50.000000Z K 7 svn:log V 169 Improve readability a bit by changing some code at the end of a function that did: if (foo) return else blah to just do the simpler if (!foo) blah instead. END