K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-09-15T02:37:28.378434Z K 7 svn:log V 335 MFC r352092: bectl(8): initialize reverse earlier This turns into a warning in GCC 4.2 that 'reverse' may be used uninitialized in this function. While I don't immediately see where it's deciding this from (there's only two paths that make column != NULL, and they both set reverse), initializing reverse earlier is good for clarity. END