On 09/19/12 15:41, Michael Tokarev wrote: > This cleans up two additions of almost the same code in commits > 511b13e2c9 and ccc2960d654. While at it, make error paths > consistent (always use 'break' instead of 'return').
Other way around: should be 'return' not 'break'. cheers, Gerd
