mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
Remove break after return.
This commit is contained in:
parent
2b8c9fa46b
commit
080397239a
1 changed files with 0 additions and 2 deletions
|
|
@ -457,10 +457,8 @@ getdayvar(s)
|
|||
switch(*(s + offs - 2)) {
|
||||
case '-':
|
||||
return(-(atoi(s + offs - 1)));
|
||||
break;
|
||||
case '+':
|
||||
return(atoi(s + offs - 1));
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue