This commit is contained in:
Gwenhael Le Moine 2011-07-01 11:48:08 +02:00
parent c9a3b8a7a6
commit 9b190a3bd5

1
star.c
View file

@ -192,5 +192,6 @@ int main( int argc, char* argv[] )
} while( ( ! won_or_not( s ) ) && ( moves[ i ] != '\0' ) );
display_level( s );
free( s );
return 0;
}