Fixed a silly
This commit is contained in:
parent
62431864c5
commit
9c02d802b1
2 changed files with 6 additions and 5 deletions
|
|
@ -57,6 +57,7 @@ int main(
|
|||
&randomMoves
|
||||
)
|
||||
){
|
||||
case -1: return -1;
|
||||
case 0: break;
|
||||
case 1: return 0;
|
||||
default: return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue