mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 10:20:29 +00:00
Remove va_end call that doesn't appear to be needed (without _copy or _start)
This commit is contained in:
parent
50937be752
commit
27febe6a7a
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ void(vflogf)(unsigned level, const char *file, int line, FILE *f,
|
|||
vflogf_onfail(f);
|
||||
}
|
||||
(vfprintf)(f, fmt, va);
|
||||
va_end(va);
|
||||
fputs("\n", f);
|
||||
if (bufmode == _IOLBF) {
|
||||
f->bufmode = _IOLBF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue