remove superfluous break

This commit is contained in:
Gwenhael Le Moine 2011-07-04 10:29:13 +02:00
parent 38ebb91d8d
commit 2206c6bb71

1
star.c
View file

@ -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;