mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2025-01-13 08:01:08 +01:00
remove uselesss break
This commit is contained in:
parent
a738393ba6
commit
88a5ca8e1c
1 changed files with 0 additions and 1 deletions
1
star.c
1
star.c
|
@ -527,7 +527,6 @@ int parse_args( int argc, char* argv[], struct options *o, struct state *s )
|
|||
case '?' :
|
||||
case ':' :
|
||||
exit(0);
|
||||
break;
|
||||
default : break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue