Remove break after return.
This commit is contained in:
parent
2b8c9fa46b
commit
080397239a
@ -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…
x
Reference in New Issue
Block a user