Removed call to redundant call to exit()
This commit is contained in:
parent
661f3eb4bc
commit
9c5aec5cd5
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ void sighandler(int signum)
|
||||||
void termhandler(int signum)
|
void termhandler(int signum)
|
||||||
{
|
{
|
||||||
statusContinue = 0;
|
statusContinue = 0;
|
||||||
exit(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
|
|
Reference in a new issue