Skip to content

Commit

Permalink
main.c back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
chlubba committed Jun 17, 2020
1 parent 5ba8e29 commit 4e317ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void print_help(char *argv[], char msg[])
exit(1);
}

int main2(int argc, char * argv[])
int main(int argc, char * argv[])
{
FILE * infile, * outfile;
int array_size;
Expand Down Expand Up @@ -272,7 +272,7 @@ int main2(int argc, char * argv[])
return 0;
}

int main(int argc, char * argv[])
int main2(int argc, char * argv[])
{
(void)argc;
(void)argv;
Expand Down

0 comments on commit 4e317ab

Please sign in to comment.