mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove old-style function definition
This commit is contained in:
parent
6dcf64df00
commit
00c31a91ef
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ labels(void)
|
|||
}
|
||||
|
||||
void
|
||||
display()
|
||||
display(void)
|
||||
{
|
||||
int i, j;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue