Skip to content

Commit

Permalink
Bugs fixeis
Browse files Browse the repository at this point in the history
  • Loading branch information
renanNun committed Nov 19, 2020
1 parent 82ca621 commit ff38788
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ int main(int argc, char * argv [])
}
grafo->deleteMatriz();
limparTela();
grafo->deleteMatriz();
break;
case 3:
cout << "\tNo Inicial: ";
Expand Down Expand Up @@ -322,7 +321,6 @@ int main(int argc, char * argv [])
limparTela();
}
break;

default:
cout << "Opcao Invalida! Digite Novamente: ";
cin >> opcao_escolhida;
Expand Down

0 comments on commit ff38788

Please sign in to comment.