Skip to content

Commit

Permalink
v2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ordepoas committed May 28, 2021
1 parent f7855a9 commit 6ae2b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified a.out
Binary file not shown.
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
//----------------------------------------------------------------- MAIN
int main() {

Perfil p[MAX_USERS];
Perfil p[MAX_USERS]; //define o array de estruturas que vão receber os perfis

restore(p, &contaPerfil);
restore(p, &contaPerfil);

while(menu1(p) != 0);

Expand Down

0 comments on commit 6ae2b51

Please sign in to comment.