Skip to content

Commit

Permalink
Take over fallthru approach from @InuSasha in PR OpenELEC#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric L committed Feb 26, 2022
1 parent e459204 commit aee461a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ int main(int argc,char **argv)
{
syslog(LOG_WARNING, "the highest verbosity level is -vvv\n");
}
foreground = true;
break;
/* FALLTHRU */
case 'f':
foreground = true;
break;
Expand Down

0 comments on commit aee461a

Please sign in to comment.