mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
leave: style nit
This commit is contained in:
parent
24a7303821
commit
11ba19ddbb
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ main(int argc, char **argv)
|
|||
t_12_hour = t->tm_hour;
|
||||
|
||||
if (hours < t_12_hour ||
|
||||
(hours == t_12_hour && minutes <= t->tm_min))
|
||||
(hours == t_12_hour && minutes <= t->tm_min))
|
||||
/* Leave time is in the past so we add 12 hrs */
|
||||
hours += 12;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue