mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 0 additions and 2 deletions
|
|
@ -789,6 +789,4 @@ run_err(const char *fmt, ...)
|
|||
vwarnx(fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
va_end(ap);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue