mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove unused variable in example.
This commit is contained in:
parent
e692c40ce1
commit
cc0235828a
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ void foo(char *fmt, ...)
|
|||
{
|
||||
va_list ap;
|
||||
int d;
|
||||
char c, *p, *s;
|
||||
char c, *s;
|
||||
|
||||
va_start(ap, fmt);
|
||||
while (*fmt)
|
||||
|
|
|
|||
Loading…
Reference in a new issue