mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
remove superfluous break
This commit is contained in:
parent
38ebb91d8d
commit
2206c6bb71
1 changed files with 0 additions and 1 deletions
1
star.c
1
star.c
|
@ -514,7 +514,6 @@ int parse_args( int argc, char* argv[], struct options *o, struct state *s )
|
|||
case 'h' :
|
||||
printf( "%s\n", help_text );
|
||||
exit(0);
|
||||
break;
|
||||
case 'b' :
|
||||
o->black_and_white = 1;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue