mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Remove superfluous va_end which was left there in rev 1.38.
Approved by: kib (mentor)
This commit is contained in:
parent
02d09f7901
commit
5c39c8cb65
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184418
@ -789,6 +789,4 @@ run_err(const char *fmt, ...)
|
||||
vwarnx(fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
va_end(ap);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user