mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Minor style correction.
This commit is contained in:
parent
04bfe19a09
commit
3d5ffb0eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ time(time_t *tloc)
|
|||
}
|
||||
|
||||
int
|
||||
getsecs()
|
||||
getsecs(void)
|
||||
{
|
||||
|
||||
return (time(NULL));
|
||||
|
|
|
|||
Loading…
Reference in a new issue