Remove remnants of debug code
This commit is contained in:
parent
5928224d87
commit
b37648d869
1 changed files with 1 additions and 2 deletions
3
main.c
3
main.c
|
@ -159,8 +159,7 @@ int main(int argc, const char** argv)
|
|||
}
|
||||
else
|
||||
{
|
||||
int exit_code = WEXITSTATUS(child_status);
|
||||
return exit_code;
|
||||
return WEXITSTATUS(child_status);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue