Remove superfluous va_end which was left there in rev 1.38.

Approved by: kib (mentor)
This commit is contained in:
Roman Divacky 2008-10-28 17:15:46 +00:00
parent 02d09f7901
commit 5c39c8cb65
1 changed files with 0 additions and 2 deletions

View File

@ -789,6 +789,4 @@ run_err(const char *fmt, ...)
vwarnx(fmt, ap);
va_end(ap);
}
va_end(ap);
}