mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
remove useless call to display
This commit is contained in:
parent
6e21e84181
commit
88129f01ea
1 changed files with 0 additions and 1 deletions
1
star.c
1
star.c
|
@ -631,7 +631,6 @@ int main( int argc, char* argv[] )
|
|||
break;
|
||||
}
|
||||
} while( ( s->level < s->nb_levels ) && (( key != 'q' ) && ( key != 'Q' )) );
|
||||
display_level( s );
|
||||
|
||||
free( s );
|
||||
|
||||
|
|
Loading…
Reference in a new issue