Skip to content

Commit aee461a

Browse files
author
Eric L
committed
Take over fallthru approach from @InuSasha in PR OpenELEC#2
1 parent e459204 commit aee461a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ int main(int argc,char **argv)
105105
{
106106
syslog(LOG_WARNING, "the highest verbosity level is -vvv\n");
107107
}
108-
foreground = true;
109-
break;
108+
/* FALLTHRU */
110109
case 'f':
111110
foreground = true;
112111
break;

0 commit comments

Comments
 (0)