2db116d Bug 697106 - (cov#10770) Need to call va_end() after calling va_start()

Authored and Committed by nkinder 13 years ago
    Bug 697106 - (cov#10770) Need to call va_end() after calling va_start()
    
    The previous patch for this issue had a typo in the va_end()
    function name.  This fixes that typo.