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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184418

View File

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