remove uselesss break

This commit is contained in:
Gwenhael Le Moine 2011-07-04 10:37:18 +02:00
parent a738393ba6
commit 88a5ca8e1c

1
star.c
View file

@ -527,7 +527,6 @@ int parse_args( int argc, char* argv[], struct options *o, struct state *s )
case '?' :
case ':' :
exit(0);
break;
default : break;
}
}