* term.c (vfatal): Remove stray call to va_end.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 May 2011 07:20:46 +0000 (00:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 May 2011 07:20:46 +0000 (00:20 -0700)
commitaab2b9b5abaa4862b2814929c31035e7920f5e21
treecabff32181b1853df25a1ba885d35a557f315979
parentc378da0b47eb8c26fc8da4d89e128ee3c73537de
* term.c (vfatal): Remove stray call to va_end.

It's not needed and the C Standard doesn't allow it here anyway.
src/ChangeLog
src/term.c