Skip to content

Commit

Permalink
return 127
Browse files Browse the repository at this point in the history
  • Loading branch information
wrightkhlebisol committed Jul 26, 2023
1 parent d603c6a commit 56085ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ int main(void)
}
else
{
perror("");
perror(" ");
if (lineptr != NULL)
free(lineptr);
exit(0);
exit(127);
}
if (lineptr != NULL)
free(lineptr);
Expand Down

0 comments on commit 56085ad

Please sign in to comment.