mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
style(9) fix.
Approved by: dim (mentor)
This commit is contained in:
parent
48cb9786e1
commit
5bf69a4b16
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ stub_self(void)
|
|||
static int
|
||||
stub_fail(void)
|
||||
{
|
||||
return ENOSYS;
|
||||
return (ENOSYS);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue