mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style.
This commit is contained in:
parent
5865e1b91b
commit
cb0e752f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ native_start_all_aps(void)
|
|||
outb(CMOS_DATA, mpbiosreason);
|
||||
|
||||
/* number of APs actually started */
|
||||
return mp_naps;
|
||||
return (mp_naps);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue